Date: Wed, 28 May 2014 12:04:08 +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: r355613 - head/sysutils/procenv Message-ID: <201405281204.s4SC481b028642@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed May 28 12:04:08 2014 New Revision: 355613 URL: http://svnweb.freebsd.org/changeset/ports/355613 QAT: https://qat.redports.org/buildarchive/r355613/ Log: Fix a forgotten port using old perl framework While here remove check for non supported version of freebsd Modified: head/sysutils/procenv/Makefile Modified: head/sysutils/procenv/Makefile ============================================================================== --- head/sysutils/procenv/Makefile Wed May 28 12:00:05 2014 (r355612) +++ head/sysutils/procenv/Makefile Wed May 28 12:04:08 2014 (r355613) @@ -16,19 +16,13 @@ LICENSE= GPLv3 BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USES= gmake +USES= gmake perl5 USE_AUTOTOOLS= aclocal automake -USE_PERL5_BUILD=yes +USE_PERL5= build PLIST_FILES= bin/procenv \ man/man1/procenv.1.gz -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 -BROKEN= does not build on old ${OPSYS} versions -.endif - # Test to ensure procenv will actually run. # # This has the attractive side-effect of displaying the environment @@ -42,4 +36,4 @@ test: regression-test post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/procenv -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281204.s4SC481b028642>