svn commit: r380702 - head/misc/xtar

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 7 14:48:13 UTC 2015


Author: amdmi3
Date: Sat Mar  7 14:48:12 2015
New Revision: 380702
URL: https://svnweb.freebsd.org/changeset/ports/380702
QAT: https://qat.redports.org/buildarchive/r380702/

Log:
  - Simplify MASTER_SITES
  - Strip binary

Modified:
  head/misc/xtar/Makefile

Modified: head/misc/xtar/Makefile
==============================================================================
--- head/misc/xtar/Makefile	Sat Mar  7 14:47:36 2015	(r380701)
+++ head/misc/xtar/Makefile	Sat Mar  7 14:48:12 2015	(r380702)
@@ -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 at 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>


More information about the svn-ports-head mailing list