aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-07 14:48:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-07 14:48:12 +0000
commitc5444f3c0c1340ec049cfe73d193e7d0ac3ff8a4 (patch)
treec025fd2b4c56b39d8c63e45bac43728ff9a7cba0
parentc8865673f9b20f1d89c2761b6395b6f4fd9413a4 (diff)
downloadports-c5444f3c0c1340ec049cfe73d193e7d0ac3ff8a4.tar.gz
ports-c5444f3c0c1340ec049cfe73d193e7d0ac3ff8a4.zip
Notes
-rw-r--r--misc/xtar/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile
index 6818b67360ca..8dfbeb64d467 100644
--- a/misc/xtar/Makefile
+++ b/misc/xtar/Makefile
@@ -3,10 +3,9 @@
PORTNAME= xtar
PORTVERSION= 1.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= utilities
+MASTER_SITES= MASTER_SITE_XCONTRIB/utilities
MAINTAINER= ports@FreeBSD.org
COMMENT= View and manipulate contents of a tar file
@@ -30,4 +29,7 @@ post-patch:
@${REINPLACE_CMD} -e 's/pipe\.c/& regexpr.c/' \
${WRKSRC}/common/Makefile.noimake
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>