diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:06:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-24 23:06:25 +0000 |
commit | a611a96a299c55fa94ed9b7d690feef1147e857f (patch) | |
tree | b3f251b6a5390fbdbea22ff7cc9762a35e776b55 /mail/spambnc | |
parent | 2c0713928346353b335a7bc6515c83237f3fc4db (diff) | |
download | ports-a611a96a299c55fa94ed9b7d690feef1147e857f.tar.gz ports-a611a96a299c55fa94ed9b7d690feef1147e857f.zip |
Don't create the PLIST in ${.CURDIR} but ${WRKDIR} instead because
${.CURDIR} can be on a read-only filesystem.
Notes
Notes:
svn path=/head/; revision=52125
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} |