From 80d72de5aeb7829826ef93e7229bbc333428bcfc Mon Sep 17 00:00:00 2001 From: fredb Date: Mon, 12 Mar 2001 06:21:58 +0000 Subject: Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier). --- pkgtools/digest/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools') 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 -- cgit v1.2.3