diff options
author | asami <asami@FreeBSD.org> | 1995-08-21 02:41:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-21 02:41:46 +0000 |
commit | be41cb284fb1ce1b659480758a38869405fa6c83 (patch) | |
tree | e99a16b2cd7e77e311ebb71b57c334c84b3dfa58 /net/rdist6/Makefile | |
parent | 83ff652b4df5aeff6a4ab91d0ad2ab7b070c053a (diff) | |
download | FreeBSD-ports-be41cb284fb1ce1b659480758a38869405fa6c83.zip FreeBSD-ports-be41cb284fb1ce1b659480758a38869405fa6c83.tar.gz |
Compress manpages, strip binaries.
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r-- | net/rdist6/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index b4a5d26..97b524f 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -4,7 +4,7 @@ # Whom: peter # Based on patches by: Deborah Bennett <deborah@microunity.com> # -# $Id: Makefile,v 1.1 1995/08/19 13:51:11 peter Exp $ +# $Id: Makefile,v 1.2 1995/08/20 18:45:21 peter Exp $ # DISTNAME= rdist-6.1.0 @@ -20,4 +20,12 @@ pre-patch: cp ${FILESDIR}/mf.freebsd2 ${WRKSRC}/config cp ${FILESDIR}/os-freebsd2.h ${WRKSRC}/config +post-install: + strip ${PREFIX}/bin/rdist6 + strip ${PREFIX}/bin/rdistd +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/rdist6.1 + gzip -9nf ${PREFIX}/man/man8/rdistd.8 +.endif + .include <bsd.port.mk> |