summaryrefslogtreecommitdiff
path: root/devel/sdcc/files/patch-ae
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-08 03:43:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-08 03:43:45 +0000
commitc1aac5e2653b6b1763a1bbd9bdf2260abc895af6 (patch)
tree636af82a9bc38e0344b1d0e13fea9f258098e31a /devel/sdcc/files/patch-ae
parentAs announced on May 6, remove the broken devel/py-htmlkit port. (diff)
As announced on May 6, remove the broken devel/sdcc port.
Diffstat (limited to 'devel/sdcc/files/patch-ae')
-rw-r--r--devel/sdcc/files/patch-ae36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/sdcc/files/patch-ae b/devel/sdcc/files/patch-ae
deleted file mode 100644
index dfc87db13286..000000000000
--- a/devel/sdcc/files/patch-ae
+++ /dev/null
@@ -1,36 +0,0 @@
-*** sdcc51inc/Makefile.in.orig Mon Oct 18 09:39:07 1999
---- sdcc51inc/Makefile.in Fri Nov 12 17:21:47 1999
-***************
-*** 37,43 ****
- # Compiling and installing everything and runing test
- # ---------------------------------------------------
- install: all installdirs
-! $(CP) *.h $(datadir)/sdcc51inc/
-
-
- # Deleting all the installed files
---- 37,43 ----
- # Compiling and installing everything and runing test
- # ---------------------------------------------------
- install: all installdirs
-! $(INSTALL) -m 644 *.h $(datadir)/sdcc51inc/
-
-
- # Deleting all the installed files
-***************
-*** 59,65 ****
- # Creating installation directories
- # ---------------------------------
- installdirs:
-! [ -d $(datadir)/sdcc51inc ] || mkdir -p $(datadir)/sdcc51inc
-
-
- # Creating dependencies
---- 59,65 ----
- # Creating installation directories
- # ---------------------------------
- installdirs:
-! [ -d $(datadir)/sdcc51inc ] || $(INSTALL) -d -m 755 $(datadir)/sdcc51inc
-
-
- # Creating dependencies