summaryrefslogtreecommitdiff
path: root/mail/mailwrapper
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2000-04-08 23:17:11 +0000
committerbad <bad@pkgsrc.org>2000-04-08 23:17:11 +0000
commit53b755cae33b2f2ff3604b322c5392abef70b5d4 (patch)
treeabf626e4a0532a8adc933af2aac09b988f9f8ba0 /mail/mailwrapper
parentbb8d2d071c00d8aa9560276fe1aaa6cfac4d62e4 (diff)
downloadpkgsrc-53b755cae33b2f2ff3604b322c5392abef70b5d4.tar.gz
Get rid of the MANINSTALL and MANZ nonsense in the software's Makefile.
Diffstat (limited to 'mail/mailwrapper')
-rw-r--r--mail/mailwrapper/Makefile3
-rw-r--r--mail/mailwrapper/patches/patch-aa12
2 files changed, 13 insertions, 2 deletions
diff --git a/mail/mailwrapper/Makefile b/mail/mailwrapper/Makefile
index e52dfd63ab3..53e1ceade0b 100644
--- a/mail/mailwrapper/Makefile
+++ b/mail/mailwrapper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/10/07 17:41:55 tron Exp $
+# $NetBSD: Makefile,v 1.6 2000/04/08 23:17:11 bad Exp $
DISTNAME= mailwrapper-19990412
CATEGORIES= mail
@@ -8,7 +8,6 @@ MAINTAINER= packages@netbsd.org
MIRROR_DISTFILE= no
NO_CONFIGURE= yes
-NO_PATCH= yes
MANCOMPRESSED_IF_MANZ= yes
.if exists(/usr/sbin/mailwrapper)
diff --git a/mail/mailwrapper/patches/patch-aa b/mail/mailwrapper/patches/patch-aa
new file mode 100644
index 00000000000..5aa60452fa5
--- /dev/null
+++ b/mail/mailwrapper/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2000/04/08 23:17:12 bad Exp $
+
+--- Makefile.orig Mon Apr 12 22:02:20 1999
++++ Makefile Sun Apr 9 00:45:43 2000
+@@ -9,7 +9,4 @@
+ BINDIR= ${PREFIX}/sbin
+ MANDIR= ${PREFIX}/man
+
+-MANINSTALL= catinstall maninstall
+-MANZ= 1
+-
+ .include <bsd.prog.mk>