svn commit: r395213 - head/sysutils/procenv
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 25 03:15:42 UTC 2015
Author: amdmi3
Date: Tue Aug 25 03:15:41 2015
New Revision: 395213
URL: https://svnweb.freebsd.org/changeset/ports/395213
Log:
- Switch to USES=autoreconf
- Manual stripping is not needed any more
Modified:
head/sysutils/procenv/Makefile
Modified: head/sysutils/procenv/Makefile
==============================================================================
--- head/sysutils/procenv/Makefile Tue Aug 25 03:09:46 2015 (r395212)
+++ head/sysutils/procenv/Makefile Tue Aug 25 03:15:41 2015 (r395213)
@@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2
+USES= autoreconf gmake perl5
GNU_CONFIGURE= yes
-USES= gmake perl5
-USE_AUTOTOOLS= aclocal automake
USE_PERL5= build
PLIST_FILES= bin/procenv \
@@ -34,7 +33,4 @@ regression-test: build
test: regression-test
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/procenv
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list