From 3c874f2cdb53945fbf688f9a2fd062416b8da624 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 25 Jul 2001 17:52:02 +0000 Subject: Handle the fact the manpage is already compressed in the distfile. --- devel/cons/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/cons/Makefile b/devel/cons/Makefile index 0ce6a59077c2..b4547d0d3d8b 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -22,13 +22,14 @@ USE_PERL5= yes NO_BUILD= yes PLIST_SUB= CONS_VER=${PORTVERSION} +MANCOMPRESSED= yes MAN1= cons.1 DOCS= CHANGES COPYING COPYRIGHT INSTALL MANIFEST README RELEASE \ cons.html TODO do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cons ${PREFIX}/bin/cons - ${INSTALL_MAN} ${WRKSRC}/cons.1 ${PREFIX}/man/man1/cons.1 + ${INSTALL_MAN} ${WRKSRC}/cons.1.gz ${PREFIX}/man/man1/cons.1.gz .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PKGNAME} .for f in ${DOCS} -- cgit v1.2.3