diff options
author | schmonz <schmonz> | 2002-12-21 05:05:28 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-21 05:05:28 +0000 |
commit | be2de5fee62deca299facc713ef58989c755a7d9 (patch) | |
tree | 7761cb14f6d63696ce37805d719d1b37683ff385 /pkgtools/digest | |
parent | 6e191d48ed24595f7fb264e197525548563a8430 (diff) | |
download | pkgsrc-be2de5fee62deca299facc713ef58989c755a7d9.tar.gz |
These packages no longer use BSD-style .mk files, so MANCOMPRESSED_IF_MANZ
and MANINSTALL aren't needed.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index b1b72bf06ed..a39e6930898 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/12/21 04:06:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.31 2002/12/21 05:05:29 schmonz Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -18,8 +18,6 @@ GNU_CONFIGURE= # defined NO_CHECKSUM= # defined NO_PATCH= # defined -MANCOMPRESSED_IF_MANZ= # defined -BUILD_DEFS+= MANINSTALL .include "../../mk/bsd.prefs.mk" |