From 1ad063193c2dadb2b1eab0c2bb5a86ac335e941a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Sep 2004 22:49:39 +0000 Subject: Fix installation, so this package does not _create_ /etc/rc.d/init.d during install unconditionally. Fixes a bulk build problem. Confirmed by kristerw. --- mail/sympa/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/sympa/patches/patch-ae (limited to 'mail/sympa/patches') diff --git a/mail/sympa/patches/patch-ae b/mail/sympa/patches/patch-ae new file mode 100644 index 00000000000..8faefd86d13 --- /dev/null +++ b/mail/sympa/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2004/09/20 22:49:39 wiz Exp $ + +--- src/etc/script/Makefile.orig 2002-08-08 09:41:11.000000000 +0200 ++++ src/etc/script/Makefile +@@ -30,7 +30,7 @@ SCRIPTDIR = $(SBINDIR) + + all: + +-install: makedir installsrc installsubstsrc installinit ++install: makedir installsrc installsubstsrc + + clean: + rm -rf $(DESTDIR)$(SCRIPTDIR) -- cgit v1.2.3