summaryrefslogtreecommitdiff
path: root/pkgtools/digest/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2001-03-12 06:21:58 +0000
committerfredb <fredb>2001-03-12 06:21:58 +0000
commit83784155fbefe567eadb46484bcdd639f3a7075e (patch)
tree81734224e289b121ae1c65a03819b4faf00819b1 /pkgtools/digest/Makefile
parent73e1f3d3297ced82f12ac5e115dfe6e6ef0db081 (diff)
downloadpkgsrc-83784155fbefe567eadb46484bcdd639f3a7075e.tar.gz
Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier).
Diffstat (limited to 'pkgtools/digest/Makefile')
-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