1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}

instead since ${.CURDIR} can be a read-only filesystem.
This commit is contained in:
Steve Price 2001-12-24 21:58:42 +00:00
parent 9437748b42
commit 47adf04913
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52121
2 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,10 @@ PLIST_SUB= PREFIX=${PREFIX} \
EBONES=${EBONES} \
DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
PKGINSTALL= ${WRKDIR}/pkg-install
PKGMESSAGE= ${WRKDIR}/pkg-message
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.sasl

View File

@ -104,6 +104,10 @@ PLIST_SUB= PREFIX=${PREFIX} \
EBONES=${EBONES} \
DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
PKGINSTALL= ${WRKDIR}/pkg-install
PKGMESSAGE= ${WRKDIR}/pkg-message
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.sasl