aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--japanese/wikicker/Makefile2
-rw-r--r--www/p5-Maypole/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/wikicker/Makefile b/japanese/wikicker/Makefile
index f9875dce2757..df02c4978e59 100644
--- a/japanese/wikicker/Makefile
+++ b/japanese/wikicker/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Wiki like system by perl5
USE_PERL5= yes
+PERL_CONFIGURE= yes
# ============================================================================
# = You have to appoint GPG to use a function to upload an image. =
@@ -57,7 +58,6 @@ JCODE= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm
JCODE= ${SITE_PERL}/Jcode.pm
.endif
-PERL_CONFIGURE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
WIKIAUTO= ${SITE_PERL}/auto/${PORTNAME}
WIKIPM= ${SITE_PERL}/${PORTNAME}
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile
index f5c540515345..655cdbf0e221 100644
--- a/www/p5-Maypole/Makefile
+++ b/www/p5-Maypole/Makefile
@@ -38,6 +38,8 @@ BUILD_DEPENDS+= ${SITE_PERL}/Test/MockModule.pm:${PORTSDIR}/devel/p5-Test-MockMo
OPTIONS= MODPERL "mod_perl support" on
+PERL_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.if defined(WITH_MODPERL)
@@ -53,8 +55,6 @@ PKGMSG_SUB= DOCSDIR=${DOCSDIR} \
DATADIR=${DATADIR} \
EXAMPLESDIR=${EXAMPLESDIR}
-PERL_CONFIGURE= yes
-
MAN3= Apache::MVC.3 \
CGI::Maypole.3 \
Maypole.3 \