aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archivers/pigz/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/archivers/pigz/Makefile b/archivers/pigz/Makefile
index 49b01d6c4a3b..21474bfc64c9 100644
--- a/archivers/pigz/Makefile
+++ b/archivers/pigz/Makefile
@@ -14,9 +14,17 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
MAINTAINER= gslin@gslin.org
COMMENT= Parallel GZIP
+.if !defined(NO_INSTALL_MANPAGES)
+MAN1= pigz.1
+.endif
+
do-install:
.for FILE in pigz pigzn pigzt unpigz
${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin
.endfor
+.if !defined(NO_INSTALL_MANPAGES)
+ ${INSTALL_MAN} ${WRKSRC}/pigz.1 ${MAN1PREFIX}/man/man1/
+.endif
+
.include <bsd.port.mk>
0-05 01:32:58 +0800'>2016-10-059-110/+18 * - Update devel/icu to 57.1.tijl2016-09-241-1/+1 * - Update to 1.1.0amdmi32016-09-233-30/+26 * - fix cstd fior FreeBSD-12dinoex2016-09-161-0/+1 * Mark NO_ARCH and define LICENSEehaupt2016-09-101-0/+4 * Fix package install failure when /var/spool/news already exists.tijl2016-09-082-6/+4 * - Add NO_ARCHamdmi32016-08-181-10/+10 * - Add LICENSEamdmi32016-08-171-1/+7 * - fix regressions on FreeBSD 10.3dinoex2016-08-121-2/+3 * USE_BDB cleanup.mat2016-08-081-2/+2 * news/atp: Remove redundant dependency on unzipmarino2016-08-041-2/+1 * news/mmail: Remove redundant dependency on unzipmarino2016-08-041-2/+1 * Fix build with clang and getline(3)bapt2016-07-311-2/+6 * Prevent collision with getline(3)bapt2016-07-304-0/+53 * Don't echo in post-install, use pkg-message. Also, don't "fix"mat2016-07-192-4/+2 * Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1 * devel/icu: bump PORTREVISION on missing dependent portsgahr2016-07-061-0/+1 * Remove expired ports without open PRs:rene2016-07-057-118/+0 * - Update to tin 2.3.4johans2016-06-292-11/+11 * With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-216-120/+121 * news/sabnzbdplus: 1.0.2 -> 1.0.3pi2016-06-15