aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-06-07 13:00:10 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-06-07 13:00:10 +0800
commit2ae00a2da036b76d7e0e0cee7ec024982a543509 (patch)
treed33bc42ea66b61743ded2c2ffc79e586001c758e /net
parent7ab7aae36672ed8d9fe33ebec26063b4a8122999 (diff)
downloadfreebsd-ports-gnome-2ae00a2da036b76d7e0e0cee7ec024982a543509.tar.gz
freebsd-ports-gnome-2ae00a2da036b76d7e0e0cee7ec024982a543509.tar.zst
freebsd-ports-gnome-2ae00a2da036b76d7e0e0cee7ec024982a543509.zip
- Strip binary executable in bin/
- Bump PORTREVISION for package change
Diffstat (limited to 'net')
-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>