Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 03:15:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395213 - head/sysutils/procenv
Message-ID:  <201508250315.t7P3FgtB086829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508250315.t7P3FgtB086829>