- Change FPCSRCDIR instead of PORTNAME in EXTRACTUNITDIR. It solved a problem

on build time.

Reported by:	kris
Approved by:	garga (mentor, implicit)
This commit is contained in:
Jose Alonso Cardenas Marquez 2006-09-13 06:18:05 +00:00
parent 80f6c8cd1f
commit 1d247dd865
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172909

View File

@ -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"