Compress manpages, strip binaries.
This commit is contained in:
parent
07065a4916
commit
2a9f83162c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2089
@ -4,7 +4,7 @@
|
|||||||
# Whom: peter
|
# Whom: peter
|
||||||
# Based on patches by: Deborah Bennett <deborah@microunity.com>
|
# 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
|
DISTNAME= rdist-6.1.0
|
||||||
@ -20,4 +20,12 @@ pre-patch:
|
|||||||
cp ${FILESDIR}/mf.freebsd2 ${WRKSRC}/config
|
cp ${FILESDIR}/mf.freebsd2 ${WRKSRC}/config
|
||||||
cp ${FILESDIR}/os-freebsd2.h ${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>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user