diff options
author | acm <acm@FreeBSD.org> | 2006-09-13 14:18:05 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-13 14:18:05 +0800 |
commit | 5a400d88fde289d29a5c5a8a35869015396ae2ec (patch) | |
tree | d9b01985a1e6c022c49e66fb65eee0a05be090c3 /editors/fpc-ide | |
parent | ebc0b517786d7244cf17aa38269dfe4e65840b9d (diff) | |
download | freebsd-ports-gnome-5a400d88fde289d29a5c5a8a35869015396ae2ec.tar.gz freebsd-ports-gnome-5a400d88fde289d29a5c5a8a35869015396ae2ec.tar.zst freebsd-ports-gnome-5a400d88fde289d29a5c5a8a35869015396ae2ec.zip |
- Change FPCSRCDIR instead of PORTNAME in EXTRACTUNITDIR. It solved a problem
on build time.
Reported by: kris
Approved by: garga (mentor, implicit)
Diffstat (limited to 'editors/fpc-ide')
-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 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" |