summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-07-25 17:52:02 +0000
committerSteve Price <steve@FreeBSD.org>2001-07-25 17:52:02 +0000
commit3c874f2cdb53945fbf688f9a2fd062416b8da624 (patch)
treeaba7f4faa44ec0c5ee35035307a535778a3baa57 /devel
parentUse the owner:group form instead in the call to chown(1). (diff)
Handle the fact the manpage is already compressed in the distfile.
Notes
Notes: svn path=/head/; revision=45479
Diffstat (limited to 'devel')
-rw-r--r--devel/cons/Makefile3
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}