summaryrefslogtreecommitdiff
path: root/pkgtools/digest/Makefile
diff options
context:
space:
mode:
authortron <tron>2001-03-07 07:43:00 +0000
committertron <tron>2001-03-07 07:43:00 +0000
commite2e7b6a19203278f9de252011ef4226e02929303 (patch)
treea9534be9a517a98883186ab733bab555b8e7b185 /pkgtools/digest/Makefile
parent186fccbb46324a35c829ebb6bf0be8f4c9d514da (diff)
downloadpkgsrc-e2e7b6a19203278f9de252011ef4226e02929303.tar.gz
Define "MANCOMPRESSED_IF_MANZ" to fix package registration on systems
with "MANZ" defined.
Diffstat (limited to 'pkgtools/digest/Makefile')
-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}"