diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-08-23 17:28:51 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-23 17:28:51 +0000 |
commit | 74711fdcd0c1d48f4fe4e4e632d48700dea7ee8d (patch) | |
tree | 26b7a6402e2c538ab9f9819838e85c189f3f91c2 /devel/cons-test | |
parent | d744da940c5384a13c6ab9212bb5dd0c58974584 (diff) | |
download | ports-74711fdcd0c1d48f4fe4e4e632d48700dea7ee8d.tar.gz ports-74711fdcd0c1d48f4fe4e4e632d48700dea7ee8d.zip |
Notes
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 |