svn commit: r382588 - head/devel/privman
Baptiste Daroussin
bapt at FreeBSD.org
Sun Mar 29 11:29:47 UTC 2015
Author: bapt
Date: Sun Mar 29 11:29:46 2015
New Revision: 382588
URL: https://svnweb.freebsd.org/changeset/ports/382588
QAT: https://qat.redports.org/buildarchive/r382588/
Log:
Convert to USES=autoreconf
Strip binaries
Modified:
head/devel/privman/Makefile
Modified: head/devel/privman/Makefile
==============================================================================
--- head/devel/privman/Makefile Sun Mar 29 11:28:16 2015 (r382587)
+++ head/devel/privman/Makefile Sun Mar 29 11:29:46 2015 (r382588)
@@ -3,7 +3,7 @@
PORTNAME= privman
PORTVERSION= 0.9.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel security
MASTER_SITES= GOOGLE_CODE
@@ -13,11 +13,10 @@ COMMENT= Library that makes it easy for
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS= -a -c -f
-USES= libtool
+USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} \
More information about the svn-ports-all
mailing list