summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-03-12 06:21:58 +0000
committerfredb <fredb@pkgsrc.org>2001-03-12 06:21:58 +0000
commit80d72de5aeb7829826ef93e7229bbc333428bcfc (patch)
tree81734224e289b121ae1c65a03819b4faf00819b1 /pkgtools
parent343ac369db42102afedfc25a26e662800d291360 (diff)
downloadpkgsrc-80d72de5aeb7829826ef93e7229bbc333428bcfc.tar.gz
Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier).
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/digest/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 8d2124a6a56..67b21594a72 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/11 22:29:16 tron Exp $
+# $NetBSD: Makefile,v 1.9 2001/03/12 06:21:58 fredb Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -46,10 +46,10 @@ pre-install:
@for OPT in ${MANINSTALL} broken-solaris-needs-this; do \
case $$OPT in \
catinstall) \
- ${ECHO} man/cat1/digest.0${MANZ:D.gz} >> ${PLIST_SRC}; \
+ ${ECHO} man/cat1/digest.0${MCOMPRESSSUFFIX} >> ${PLIST_SRC}; \
;; \
maninstall) \
- ${ECHO} man/man1/digest.1${MANZ:D.gz} >> ${PLIST_SRC}; \
+ ${ECHO} man/man1/digest.1${MCOMPRESSSUFFIX} >> ${PLIST_SRC}; \
;; \
esac; \
done