summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-03-26 16:48:25 +0000
committerfredb <fredb@pkgsrc.org>2001-03-26 16:48:25 +0000
commitec58eab759388f9a7bd9ce0c4da28781de916be5 (patch)
tree276bcf2a20bfd3aab1bb5665a5efdd8fd19a75ea /pkgtools
parent3fadab48fbfb03e9af7b89ac7cd74ba53024b5e5 (diff)
downloadpkgsrc-ec58eab759388f9a7bd9ce0c4da28781de916be5.tar.gz
Withdraw that last change. "bsd.man.mk" compresses man pages whenever
"MANZ" is set, regardless of it's value. The change only seemed to work because of the turds left over from the last failed install.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/digest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index ce71dbf950b..81fc9e698a5 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/03/26 16:34:00 fredb Exp $
+# $NetBSD: Makefile,v 1.17 2001/03/26 16:48:25 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+= MANZ="${MANZ}" VERSION="${VERSION}"
+MAKE_ENV+= VERSION="${VERSION}"
.include "../../mk/bsd.prefs.mk"