diff options
author | steve <steve@FreeBSD.org> | 2001-12-25 07:06:25 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-25 07:06:25 +0800 |
commit | f1cda888ed84df0c352c17eebbc7146881a26b4f (patch) | |
tree | a1f9599e7cd66c7e41a55ecfc9a0fd760935e195 /mail/spambnc | |
parent | 13094c95845026b1696e78efbee897b0694c9461 (diff) | |
download | freebsd-ports-gnome-f1cda888ed84df0c352c17eebbc7146881a26b4f.tar.gz freebsd-ports-gnome-f1cda888ed84df0c352c17eebbc7146881a26b4f.tar.zst freebsd-ports-gnome-f1cda888ed84df0c352c17eebbc7146881a26b4f.zip |
Don't create the PLIST in ${.CURDIR} but ${WRKDIR} instead because
${.CURDIR} can be on a read-only filesystem.
Diffstat (limited to 'mail/spambnc')
-rw-r--r-- | mail/spambnc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |