aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-web
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
commit864284545c6823762414172864b5be11fb77aaed (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /devel/fpc-fcl-web
parent177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff)
downloadports-864284545c6823762414172864b5be11fb77aaed.tar.gz
ports-864284545c6823762414172864b5be11fb77aaed.zip
Stage support
Notes
Notes: svn path=/head/; revision=341492
Diffstat (limited to 'devel/fpc-fcl-web')
-rw-r--r--devel/fpc-fcl-web/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile
index 6067db5e5ff6..41457e5b0349 100644
--- a/devel/fpc-fcl-web/Makefile
+++ b/devel/fpc-fcl-web/Makefile
@@ -14,7 +14,8 @@ USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net fcl-process \
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
+OPT= -Fuunits/${BUILDNAME} -Fu../units/${BUILDNAME} -Fu../* \
+ -Fu../../units/${BUILDNAME} -Fu../../../units/${BUILDNAME}
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"