diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-08 10:19:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-08 10:19:06 +0000 |
commit | 2fd9b0315f8fa9dc6d34fd77d0f399040d5fc963 (patch) | |
tree | aa3e4a20b5ab36f7b923f3a4115655123f5e6cfa /mail/spamass-rules | |
parent | a985b5222ab3c264a75c1ae71de72b645b8b1dc9 (diff) | |
download | ports-2fd9b0315f8fa9dc6d34fd77d0f399040d5fc963.tar.gz ports-2fd9b0315f8fa9dc6d34fd77d0f399040d5fc963.zip |
Oh, I did let that through, bad me
Notes
Notes:
svn path=/head/; revision=115623
Diffstat (limited to 'mail/spamass-rules')
-rw-r--r-- | mail/spamass-rules/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/spamass-rules/Makefile b/mail/spamass-rules/Makefile index 3238a5083ba8..37ba792dd618 100644 --- a/mail/spamass-rules/Makefile +++ b/mail/spamass-rules/Makefile @@ -113,9 +113,6 @@ SPAMASS_FILES+= weeds2.cf PLIST_FILES= ${SPAMASS_FILES:S/^/${SPAMASS_CONF}\//} -do-build: - @${DO_NADA} - pre-install: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${.CURDIR}/pkg-message > ${PKGMESSAGE} |