mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
80f6c8cd1f
commit
1d247dd865
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172909
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||||
UNITPREFIX= # none
|
UNITPREFIX= # none
|
||||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||||
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
|
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
|
||||||
EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${PORTNAME}/fv
|
EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/fv
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
Loading…
Add table
Reference in a new issue