diff options
author | tron <tron@pkgsrc.org> | 2000-01-05 23:13:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-05 23:13:36 +0000 |
commit | b9c15ea13a031d4fe6c6bd772ecd11dc0dd73c48 (patch) | |
tree | 91b111ad5a4a63db2714c89a57ef3d660463dacf /comms | |
parent | 6b1a3f092c14d5ddefdbd986658197a44c368c79 (diff) | |
download | pkgsrc-b9c15ea13a031d4fe6c6bd772ecd11dc0dd73c48.tar.gz |
Because the custom "do-install" target doesn't compress the manual pages
automatically let "bsd.pkg.mk" do it again.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index eafe71eaf6d..dc0f897bfba 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/01/04 01:49:13 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2000/01/05 23:13:36 tron Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp # @@ -37,7 +37,6 @@ LIBS+= -lsocks .endif .endif -MANCOMPRESSED_IF_MANZ= yes PLIST_SRC= ${WRKDIR}/PLIST do-install: |