aboutsummaryrefslogtreecommitdiff
path: root/editors/fpc-ide
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-13 06:18:05 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-13 06:18:05 +0000
commit1d247dd8658f61a6fa0718ec40ccaef28db1afc7 (patch)
tree9e3995c13892b50e213a94f1b4c70b8e298f20d4 /editors/fpc-ide
parent80f6c8cd1f57d6ab76a4bc9165eb27fc9d34d968 (diff)
downloadports-1d247dd8658f61a6fa0718ec40ccaef28db1afc7.tar.gz
ports-1d247dd8658f61a6fa0718ec40ccaef28db1afc7.zip
- Change FPCSRCDIR instead of PORTNAME in EXTRACTUNITDIR. It solved a problem
on build time. Reported by: kris Approved by: garga (mentor, implicit)
Notes
Notes: svn path=/head/; revision=172909
Diffstat (limited to 'editors/fpc-ide')
-rw-r--r--editors/fpc-ide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile
index ababab9f5076..96ee9db58c45 100644
--- a/editors/fpc-ide/Makefile
+++ b/editors/fpc-ide/Makefile
@@ -36,6 +36,6 @@ UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
UNITPREFIX= # none
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${PORTNAME}/fv
+EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/fv
.include "${MASTERDIR}/Makefile"