summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authortron <tron>2001-03-07 07:43:00 +0000
committertron <tron>2001-03-07 07:43:00 +0000
commitc4f25c1b56debe1b5f05da78cf4a5e713a9d1fd2 (patch)
treea9534be9a517a98883186ab733bab555b8e7b185 /pkgtools/digest
parentd419fef951df4456d048e389767b887aa34f76b4 (diff)
downloadpkgsrc-c4f25c1b56debe1b5f05da78cf4a5e713a9d1fd2.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/Makefile3
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}"