diff options
author | tron <tron@pkgsrc.org> | 2001-03-07 07:43:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-07 07:43:00 +0000 |
commit | 6777d3a593e6cfeb1f18ad44f448ddd3092211ad (patch) | |
tree | a9534be9a517a98883186ab733bab555b8e7b185 /pkgtools/digest | |
parent | e86e6140eb67007b12c4d499039fc2c813bd055d (diff) | |
download | pkgsrc-6777d3a593e6cfeb1f18ad44f448ddd3092211ad.tar.gz |
Define "MANCOMPRESSED_IF_MANZ" to fix package registration on systems
with "MANZ" defined.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 4534ea683d0..cf4f6013977 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/06 17:40:53 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/07 07:43:00 tron Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -17,6 +17,7 @@ VERSION= 20010302 EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined +MANCOMPRESSED_IF_MANZ= YES MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -DVERSION=${VERSION}" |