summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-12-24 21:58:42 +0000
committersteve <steve@FreeBSD.org>2001-12-24 21:58:42 +0000
commit764fc5963bc9220e7d8d0531b8bcb71ba23ffe33 (patch)
tree59cae7e3cedfe9ad785074942d72a53959a66a6c
parentd535cf7c1ef546be63b7134ff01ffba55923aafb (diff)
downloadFreeBSD-ports-764fc5963bc9220e7d8d0531b8bcb71ba23ffe33.zip
FreeBSD-ports-764fc5963bc9220e7d8d0531b8bcb71ba23ffe33.tar.gz
Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}
instead since ${.CURDIR} can be a read-only filesystem.
-rw-r--r--security/cyrus-sasl/Makefile4
-rw-r--r--security/cyrus-sasl2/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 6e6fbb7..d4119f8 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -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
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 6e6fbb7..d4119f8 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -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
OpenPOWER on IntegriCloud