diff options
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r-- | editors/fpc-ide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 955044892271..febcc91a1fdc 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -10,7 +10,7 @@ USES= fpc USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console fcl-xml MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler .include "${MASTERDIR}/Makefile" |