From 764fc5963bc9220e7d8d0531b8bcb71ba23ffe33 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 24 Dec 2001 21:58:42 +0000 Subject: Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR} instead since ${.CURDIR} can be a read-only filesystem. --- security/cyrus-sasl/Makefile | 4 ++++ security/cyrus-sasl2/Makefile | 4 ++++ 2 files changed, 8 insertions(+) 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 -- cgit v1.1