svn commit: r355613 - head/sysutils/procenv

Baptiste Daroussin bapt at FreeBSD.org
Wed May 28 12:04:09 UTC 2014


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>


More information about the svn-ports-head mailing list