aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-29 11:29:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-29 11:29:46 +0000
commit09e0ad1b4df6764bd8c92d0b9e93ff8f2f637e5b (patch)
tree3a6022c6fa0412397fe95e10aee26a3560a7dacb
parentdd87b59ad6e9011e5e04e9d5a351776009a85b83 (diff)
downloadports-09e0ad1b4df6764bd8c92d0b9e93ff8f2f637e5b.tar.gz
ports-09e0ad1b4df6764bd8c92d0b9e93ff8f2f637e5b.zip
Convert to USES=autoreconf
Strip binaries
Notes
Notes: svn path=/head/; revision=382588
-rw-r--r--devel/privman/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/privman/Makefile b/devel/privman/Makefile
index 98088fe36943..a04e3462c273 100644
--- a/devel/privman/Makefile
+++ b/devel/privman/Makefile
@@ -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 programs to use privilege separation
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} \