aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-CoreList/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2012-02-05 12:16:26 +0000
committerLars Thegler <lth@FreeBSD.org>2012-02-05 12:16:26 +0000
commitf1355bc61f709f648f902ba577914aef336cb67a (patch)
tree7622ff0edc233437ca46a24aacc707326e3a8860 /devel/p5-Module-CoreList/Makefile
parented1778231971496dca51f5dac52ff7ddaed205e3 (diff)
downloadports-f1355bc61f709f648f902ba577914aef336cb67a.tar.gz
ports-f1355bc61f709f648f902ba577914aef336cb67a.zip
Notes
Diffstat (limited to 'devel/p5-Module-CoreList/Makefile')
-rw-r--r--devel/p5-Module-CoreList/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-CoreList/Makefile b/devel/p5-Module-CoreList/Makefile
index 8b43c15be7ba..1462f39cd1f6 100644
--- a/devel/p5-Module-CoreList/Makefile
+++ b/devel/p5-Module-CoreList/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Module-CoreList
-PORTVERSION= 2.59
+PORTVERSION= 2.60
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,6 +22,6 @@ post-patch:
@${REINPLACE_CMD} -e '/corelist/d' ${WRKSRC}/Makefile.PL
regression-test: build
- cd ${WRKSRC}/ && ${MAKE} test
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
.include <bsd.port.mk>