diff options
author | alex <alex@FreeBSD.org> | 2001-08-24 01:28:51 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-24 01:28:51 +0800 |
commit | 2a451581b9f97ac728cc880ff1390c5984834674 (patch) | |
tree | 2f2176b6609d247d5192cc10871e13f9210f9cf7 /devel/cons-test | |
parent | 6f77e8a823ad0cddf17063fc51115cd4ade4003f (diff) | |
download | freebsd-ports-gnome-2a451581b9f97ac728cc880ff1390c5984834674.tar.gz freebsd-ports-gnome-2a451581b9f97ac728cc880ff1390c5984834674.tar.zst freebsd-ports-gnome-2a451581b9f97ac728cc880ff1390c5984834674.zip |
cons-test.1 is now gzipped by default.
Submitted by: bento
Diffstat (limited to 'devel/cons-test')
-rw-r--r-- | devel/cons-test/Makefile | 6 |
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 |