summaryrefslogtreecommitdiff
path: root/www/slash/files/patch-Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-08 04:01:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-08 04:01:20 +0000
commitff304793f94b6ea48421177328bb4b0529d9c882 (patch)
treeaf4c21797ec7c0e3c38109257e157baf2e361134 /www/slash/files/patch-Makefile
parentAs announced on May 6, remove the broken print/xpp port. (diff)
As announced on May 6, remove the broken www/slash port.
Notes
Notes: svn path=/head/; revision=86556
Diffstat (limited to 'www/slash/files/patch-Makefile')
-rw-r--r--www/slash/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/slash/files/patch-Makefile b/www/slash/files/patch-Makefile
deleted file mode 100644
index 0542de396887..000000000000
--- a/www/slash/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.old Mon Mar 18 19:22:59 2002
-+++ Makefile Mon Mar 18 19:22:25 2002
-@@ -167,15 +167,11 @@
- if [ -d $(INIT) ]; then \
- init=$(INIT); \
- fi; \
-- elif [ -d /etc/init.d ]; then \
-- init=/etc; \
-- elif [ -d /etc/rc.d/init.d ]; then \
-- init=/etc/rc.d; \
-+ elif [ -d /usr/local/etc/rc.d ]; then \
-+ init=/usr/local/etc/rc.d; \
- fi; \
- if [ $$init ]; then \
-- $(INSTALL) utils/slash $$init/init.d/; \
-- ln -s -f ../init.d/slash $$init/rc3.d/S99slash; \
-- ln -s -f ../init.d/slash $$init/rc6.d/K99slash; \
-+ $(INSTALL) utils/slash $$init/slash.sh; \
- else \
- echo "*** Makefile can't determine where your init scripts live."; \
- if [ $$init ]; then \