1
0
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:
Pav Lucistnik 2008-07-25 08:54:04 +00:00
parent 661fa72d7c
commit fc7ea207ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217464
2 changed files with 0 additions and 2 deletions

View File

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

View File

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