diff options
author | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:52:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:52:02 +0000 |
commit | 3c874f2cdb53945fbf688f9a2fd062416b8da624 (patch) | |
tree | aba7f4faa44ec0c5ee35035307a535778a3baa57 /devel/cons | |
parent | e3ccc7a3e4e6bcc50810efb7248b60272eb20c11 (diff) | |
download | ports-3c874f2cdb53945fbf688f9a2fd062416b8da624.tar.gz ports-3c874f2cdb53945fbf688f9a2fd062416b8da624.zip |
Handle the fact the manpage is already compressed in the distfile.
Notes
Notes:
svn path=/head/; revision=45479
Diffstat (limited to 'devel/cons')
-rw-r--r-- | devel/cons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |