From c15985beccb10e90f18c4e4376643d731d1127bc Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 5 Mar 1998 17:11:10 +0000 Subject: Fix manual page compression (or not) a different way. --- comms/kermit/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'comms') diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index a13c7ba9e02..4633baad8b6 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 27, 1994 # Whom: pst # -# $NetBSD: Makefile,v 1.3 1998/03/05 13:04:03 tron Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/05 17:11:10 agc Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp # @@ -18,16 +18,14 @@ MAINTAINER= ports@FreeBSD.org RESTRICTED= "'No redistribution' copyright" MIRROR_DISTFILE= no NO_WRKSUBDIR= yes -MAN1= kermit.1 -# MANZ is handled automatically -.if defined(MANZ) -MANCOMPRESSED= 1 -.endif +PLIST_SRC= ${WRKDIR}/.PLIST-src post-install: @${MKDIR} ${PREFIX}/share/examples/kermit ${INSTALL_DATA} ${FILESDIR}/dot.kermrc ${PREFIX}/share/examples/kermit @${CAT} ${PKGDIR}/DESCR + [ "X$$MANZ" = X"" ] && ${SED} -e 's|.gz$$||' < pkg/PLIST > ${PLIST_SRC} .include + -- cgit v1.2.3