diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-07 22:48:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-07 22:48:12 +0800 |
commit | 8bfafd4b3ebbd20bb5a24020ecc458f5ebb3fcb3 (patch) | |
tree | c025fd2b4c56b39d8c63e45bac43728ff9a7cba0 /misc | |
parent | acc2a70513707e13ed52c753b143b303c765a79c (diff) | |
download | freebsd-ports-gnome-8bfafd4b3ebbd20bb5a24020ecc458f5ebb3fcb3.tar.gz freebsd-ports-gnome-8bfafd4b3ebbd20bb5a24020ecc458f5ebb3fcb3.tar.zst freebsd-ports-gnome-8bfafd4b3ebbd20bb5a24020ecc458f5ebb3fcb3.zip |
- Simplify MASTER_SITES
- Strip binary
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtar/Makefile | 8 |
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> |