summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-03-26 16:34:00 +0000
committerfredb <fredb@pkgsrc.org>2001-03-26 16:34:00 +0000
commit3fadab48fbfb03e9af7b89ac7cd74ba53024b5e5 (patch)
treeb5563c21edd17124bb4fa86a5c287f7400d75f13 /pkgtools/digest
parentf3d1ec00754c7dbd4f63d916e5f5cf84ba40f60f (diff)
downloadpkgsrc-3fadab48fbfb03e9af7b89ac7cd74ba53024b5e5.tar.gz
Make ${MANZ} really work even if protected by ".ifdef BSD_PKG_MK" in
/etc/mk.conf. Otherwise, in the case where ${MANZ_COMPRESSED_IF_MANZ} and ${MANZ} are both protected by ".ifdef BSD_PKG_MK", the former fixes the PLIST inappropriately.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 8a28439759a..ce71dbf950b 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/03/26 12:57:32 agc Exp $
+# $NetBSD: Makefile,v 1.16 2001/03/26 16:34:00 fredb Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -22,7 +22,7 @@ PLIST_SRC= ${WRKDIR}/PLIST
BUILD_DEFS+= MANINSTALL
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
-MAKE_ENV+= VERSION="${VERSION}"
+MAKE_ENV+= MANZ="${MANZ}" VERSION="${VERSION}"
.include "../../mk/bsd.prefs.mk"