diff options
author | tron <tron@pkgsrc.org> | 2000-11-08 15:26:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-08 15:26:36 +0000 |
commit | 7c7d844d4e71487d14115f856168121c2aadbf24 (patch) | |
tree | bf23871f5a7d0ec7786302e7dde6079ce4623ce1 /net/userppp/Makefile | |
parent | c4fcaceca59cd4284f2378dda69579c3a6eb2795 (diff) | |
download | pkgsrc-7c7d844d4e71487d14115f856168121c2aadbf24.tar.gz |
Define "MANCOMPRESSED_IF_MANZ" because the BSD-style makefiles compress
manual pages automatically.
Diffstat (limited to 'net/userppp/Makefile')
-rw-r--r-- | net/userppp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile index 043005da398..9df66b42aa0 100644 --- a/net/userppp/Makefile +++ b/net/userppp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/07 18:11:46 ad Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/08 15:26:36 tron Exp $ DISTNAME= userppp-001107 CATEGORIES= net @@ -8,6 +8,7 @@ DISTFILES= ppp-001107.src.tar.gz MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.awfulhak.org/~brian/ +MANCOMPRESSED_IF_MANZ= YES WRKSRC= ${WRKDIR}/ppp-001107 post-patch: |