diff options
Diffstat (limited to 'mail/sympa/patches/patch-ae')
-rw-r--r-- | mail/sympa/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
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) |