summaryrefslogtreecommitdiff
path: root/devel/cons-test
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-08-23 17:28:51 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-08-23 17:28:51 +0000
commit74711fdcd0c1d48f4fe4e4e632d48700dea7ee8d (patch)
tree26b7a6402e2c538ab9f9819838e85c189f3f91c2 /devel/cons-test
parentUpdate to 2.3.1. (diff)
cons-test.1 is now gzipped by default.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=46731
Diffstat (limited to 'devel/cons-test')
-rw-r--r--devel/cons-test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile
index bea6b8c78244..2d4851570606 100644
--- a/devel/cons-test/Makefile
+++ b/devel/cons-test/Makefile
@@ -24,7 +24,7 @@ CONS_TEST= cons-${PORTVERSION}/test
WRKSRC= ${WRKDIR}/${CONS_TEST}
PLIST_SUB= CONS_VER=${PORTVERSION} CONS_TEST=${CONS_TEST}
-MAN1= cons-test.1
+MAN1= cons-test.1.gz
DOCS= CHANGES COPYING COPYRIGHT README TODO Tests.txt
TESTS= 1..83,101..147
TEST_LIBS= Cmd.pm Cons.pm
@@ -55,8 +55,8 @@ do-install:
#
# Install the man pages
#
- ${INSTALL_MAN} ${WRKSRC}/cons-test.1 \
- ${PREFIX}/man/man1/cons-test.1
+ ${INSTALL_MAN} ${WRKSRC}/cons-test.1.gz \
+ ${PREFIX}/man/man1/cons-test.1.gz
.if !defined(NOPORTDOCS)
#
# Install the documentation