diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
commit | 864284545c6823762414172864b5be11fb77aaed (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /devel/fpc-fppkg | |
parent | 177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff) | |
download | ports-864284545c6823762414172864b5be11fb77aaed.tar.gz ports-864284545c6823762414172864b5be11fb77aaed.zip |
Notes
Diffstat (limited to 'devel/fpc-fppkg')
-rw-r--r-- | devel/fpc-fppkg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/fpc-fppkg/Makefile b/devel/fpc-fppkg/Makefile index 29779c7ffc7d..52ba6f7902d5 100644 --- a/devel/fpc-fppkg/Makefile +++ b/devel/fpc-fppkg/Makefile @@ -12,7 +12,6 @@ USE_FPC= fcl-base fcl-process fcl-web fcl-xml MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |