aboutsummaryrefslogtreecommitdiff
path: root/net/mDNSResponder
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-07 05:00:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-07 05:00:10 +0000
commitc9b2b76fc3054c57c437df69f23d594a5d68698f (patch)
treed33bc42ea66b61743ded2c2ffc79e586001c758e /net/mDNSResponder
parentc0a8928212243b232c6d3fae6022fa3b86176d46 (diff)
downloadports-c9b2b76fc3054c57c437df69f23d594a5d68698f.tar.gz
ports-c9b2b76fc3054c57c437df69f23d594a5d68698f.zip
- Strip binary executable in bin/
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=356880
Diffstat (limited to 'net/mDNSResponder')
-rw-r--r--net/mDNSResponder/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile
index dcd147c3a80d..74c6d32ed221 100644
--- a/net/mDNSResponder/Makefile
+++ b/net/mDNSResponder/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mDNSResponder
PORTVERSION= 544
+PORTREVISION= 1
CATEGORIES= net dns
MASTER_SITES= http://opensource.apple.com/tarballs/${PORTNAME}/
@@ -43,6 +44,6 @@ post-install:
cd ${WRKSRC}/mDNSShared/ && ${INSTALL_MAN} ${EXTRA_MAN1} ${STAGEDIR}${PREFIX}/man/man1/
cd ${WRKSRC}/mDNSShared/ && ${INSTALL_MAN} ${EXTRA_MAN8} ${STAGEDIR}${PREFIX}/man/man8/
cd ${WRKSRC}/mDNSPosix/build/prod/ && ${INSTALL_PROGRAM} ${EXTRA_SBIN} ${STAGEDIR}${PREFIX}/sbin/
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdns_sd.so.1 ${STAGEDIR}${PREFIX}/sbin/*
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libdns_sd.so.1 ${STAGEDIR}${PREFIX}/sbin/*
.include <bsd.port.post.mk>