From a611a96a299c55fa94ed9b7d690feef1147e857f Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 24 Dec 2001 23:06:25 +0000 Subject: Don't create the PLIST in ${.CURDIR} but ${WRKDIR} instead because ${.CURDIR} can be on a read-only filesystem. --- mail/spambnc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/spambnc/Makefile') diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index 91201dd78ffc..85f1af67a0ff 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -18,6 +18,7 @@ MAINTAINER= greid@FreeBSD.org IGNOREFILES= index.shtml NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST= ${WRKDIR}/.pkg-plist pre-install: @${RM} -f ${PLIST} -- cgit v1.2.3