aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-08-30 18:39:00 +0800
committerlinimon <linimon@FreeBSD.org>2009-08-30 18:39:00 +0800
commitae97ead1208f8d6b115cae52437bf00efcb5685f (patch)
tree820474a1651f07ea1e4786258b74c5c822c35a5e /www
parentd9e9b342299fa64476067defd41109d2c5c501fa (diff)
downloadfreebsd-ports-gnome-ae97ead1208f8d6b115cae52437bf00efcb5685f.tar.gz
freebsd-ports-gnome-ae97ead1208f8d6b115cae52437bf00efcb5685f.tar.zst
freebsd-ports-gnome-ae97ead1208f8d6b115cae52437bf00efcb5685f.zip
Move the definition of USE_PERL5_BUILD above the inclusion of
bsd.port.pre.mk where it belongs. Hat: portmgr
Diffstat (limited to 'www')
-rw-r--r--www/webobjects/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webobjects/Makefile b/www/webobjects/Makefile
index d69ad48bf804..05d456da1ff1 100644
--- a/www/webobjects/Makefile
+++ b/www/webobjects/Makefile
@@ -26,6 +26,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_RC_SUBR= wotaskd.sh JavaMonitor.sh
USE_JAVA= 1.4+
+USE_PERL5_BUILD=yes
.include <bsd.port.pre.mk>
.include "${MASTERDIR}/Makefile.plist"
@@ -49,8 +50,6 @@ PKGINSTALL= ${WRKDIR}/pkg-install
PKGMESSAGE= ${WRKDIR}/pkg-message
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-USE_PERL5_BUILD=yes
-
EXTRACT_AFTER_ARGS=| ${TAR} -xpf -
COPYTREE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \
2>&1) && \