diff options
author | fredb <fredb@pkgsrc.org> | 2001-03-12 06:21:58 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-03-12 06:21:58 +0000 |
commit | 80d72de5aeb7829826ef93e7229bbc333428bcfc (patch) | |
tree | 81734224e289b121ae1c65a03819b4faf00819b1 /pkgtools/digest | |
parent | 343ac369db42102afedfc25a26e662800d291360 (diff) | |
download | pkgsrc-80d72de5aeb7829826ef93e7229bbc333428bcfc.tar.gz |
Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier).
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 6 |
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 |