From c5444f3c0c1340ec049cfe73d193e7d0ac3ff8a4 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 7 Mar 2015 14:48:12 +0000 Subject: - Simplify MASTER_SITES - Strip binary --- misc/xtar/Makefile | 8 +++++--- 1 file 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 -- cgit v1.2.3