mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- PREFIX is always present in MAKE_ENV, no need to add it again
This commit is contained in:
parent
661fa72d7c
commit
fc7ea207ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217464
@ -42,7 +42,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} \
|
||||
BUILDNAME=${BUILDNAME}
|
||||
DISTFILES+= ${DISTNAME:S/$/.bin/}${EXTRACT_SUFX}:bin
|
||||
MAKE_ENV+= PP=${WRKDIR}/${PORTNAME}-${PORTVERSION:S/$/.bin/}/lib/${PORTNAME}/${PORTVERSION}/ppc386 \
|
||||
PREFIX=${PREFIX} \
|
||||
FPCMAKE=${WRKDIR}/${PORTNAME}-${PORTVERSION:S/$/.bin/}/bin/fpcmake \
|
||||
FPCTARGET=${BUILDNAME} \
|
||||
OPT="${OPT}" \
|
||||
|
@ -14,7 +14,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXTRACTUNITDIR}
|
||||
OPT=-CX
|
||||
|
||||
MAKE_ENV+= PP=${LOCALBASE}/bin/ppc386 \
|
||||
PREFIX=${PREFIX} \
|
||||
FPCMAKE=${LOCALBASE}/bin/fpcmake \
|
||||
FPCTARGET=${BUILDNAME} \
|
||||
OPT="${OPT}" \
|
||||
|
Loading…
Reference in New Issue
Block a user