diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-30 18:39:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-30 18:39:00 +0800 |
commit | ae97ead1208f8d6b115cae52437bf00efcb5685f (patch) | |
tree | 820474a1651f07ea1e4786258b74c5c822c35a5e /www | |
parent | d9e9b342299fa64476067defd41109d2c5c501fa (diff) | |
download | freebsd-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/Makefile | 3 |
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) && \ |