cons-test.1 is now gzipped by default.
Submitted by: bento
This commit is contained in:
parent
d744da940c
commit
74711fdcd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46731
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user