diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-28 20:58:39 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-28 20:58:39 +0000 |
commit | 66f7d235e1b6f552cbe65ae1e095cebc3dd293f4 (patch) | |
tree | aa41e6232c6d4760b142a5924bdaab8a764511ef /archivers | |
parent | d440c49d022fc3bf152c13aaf4e596c830992998 (diff) | |
download | ports-66f7d235e1b6f552cbe65ae1e095cebc3dd293f4.tar.gz ports-66f7d235e1b6f552cbe65ae1e095cebc3dd293f4.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gzip/Makefile | 7 | ||||
-rw-r--r-- | archivers/gzip/pkg-plist | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index a686e50ef471..6d55317c26d0 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -9,12 +9,9 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Compression utility designed to be a replacement for compress -NO_STAGE= yes USES= charsetfix GNU_CONFIGURE= yes -MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ - zgrep.1 zless.1 zmore.1 znew.1 INFO= gzip DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ @@ -32,9 +29,9 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif diff --git a/archivers/gzip/pkg-plist b/archivers/gzip/pkg-plist index 6fa9fe03f3ec..c143d6ac8387 100644 --- a/archivers/gzip/pkg-plist +++ b/archivers/gzip/pkg-plist @@ -13,6 +13,17 @@ bin/zgrep bin/zless bin/zmore bin/znew +man/man1/gunzip.1.gz +man/man1/gzexe.1.gz +man/man1/gzip.1.gz +man/man1/zcat.1.gz +man/man1/zcmp.1.gz +man/man1/zdiff.1.gz +man/man1/zforce.1.gz +man/man1/zgrep.1.gz +man/man1/zless.1.gz +man/man1/zmore.1.gz +man/man1/znew.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |