diff options
author | tv <tv> | 1999-04-20 11:32:05 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-20 11:32:05 +0000 |
commit | a2ae2131060d0dbd599788ce1445de144b682669 (patch) | |
tree | 4500b5f0ffc591103c928fc700c160e29196d3ee /mail/mailwrapper | |
parent | 671e6c514eb9726a6e976f9038a94371c0783d48 (diff) | |
download | pkgsrc-a2ae2131060d0dbd599788ce1445de144b682669.tar.gz |
MANCOMPRESSED=1 is only true if MANZ=1, so set MANZ=1 in MAKE_ENV.
Diffstat (limited to 'mail/mailwrapper')
-rw-r--r-- | mail/mailwrapper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailwrapper/Makefile b/mail/mailwrapper/Makefile index dbdac757b8b..a4a9817ab31 100644 --- a/mail/mailwrapper/Makefile +++ b/mail/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/12 21:19:32 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/20 11:32:05 tv Exp $ DISTNAME= mailwrapper-19990412 CATEGORIES= mail @@ -15,6 +15,7 @@ IGNORE= "is part of your NetBSD distribution" .endif MANCOMPRESSED= 1 +MAKE_ENV+= MANZ=1 WRKSRC= ${WRKDIR}/mailwrapper MAILER_CONF= /etc/mailer.conf |