Date: Sun, 29 Mar 2015 11:29:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382588 - head/devel/privman Message-ID: <201503291129.t2TBTlV6060914@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503291129.t2TBTlV6060914>