summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 03:15:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 03:15:41 +0000
commitfa41929a18fdabf8a131cf5dd42337e3edfc7158 (patch)
treecee14bde25e5eb6e8103b5e10c317b6360866e55 /sysutils
parent- Simplify COMMENT (diff)
- Switch to USES=autoreconf
- Manual stripping is not needed any more
Notes
Notes: svn path=/head/; revision=395213
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/procenv/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile
index 1b229f60d594..8db50d73823e 100644
--- a/sysutils/procenv/Makefile
+++ b/sysutils/procenv/Makefile
@@ -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>