summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-06 17:40:53 +0000
committerwiz <wiz@pkgsrc.org>2001-03-06 17:40:53 +0000
commit0e4b1309a8fdca2733d99069061dc704ac4b0ff4 (patch)
treeb3ebfe524f5fbc1274c2f2c196db6b7b1435e2e4 /pkgtools
parent11af157d562d83b66bef7d7703888f7bd4577566 (diff)
downloadpkgsrc-0e4b1309a8fdca2733d99069061dc704ac4b0ff4.tar.gz
Actually, MANCOMPRESSED_IF_MANZ doesn't seem to be true.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/digest/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index ef734e86a25..4534ea683d0 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/06 11:21:04 agc Exp $
+# $NetBSD: Makefile,v 1.2 2001/03/06 17:40:53 wiz Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -21,8 +21,6 @@ NO_CHECKSUM= # defined
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
MAKE_ENV+= CPPFLAGS="${CPPFLAGS} -DVERSION=${VERSION}"
-MANCOMPRESSED_IF_MANZ= yes
-
do-configure:
@for f in Makefile digest.c digest.1 \
md5c.c md5.h md5hl.c \