diff options
author | mat <mat@FreeBSD.org> | 2004-08-08 20:21:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-08-08 20:21:43 +0800 |
commit | 1bd14984e351c3c38fb8c0b60826bb2cf54a16bf (patch) | |
tree | 0e9f1ae3e57f67efccdcf768416e3c2ff5b973c0 | |
parent | 49d7e7f6245d99bca582185ae0e98323b11957e5 (diff) | |
download | freebsd-ports-gnome-1bd14984e351c3c38fb8c0b60826bb2cf54a16bf.tar.gz freebsd-ports-gnome-1bd14984e351c3c38fb8c0b60826bb2cf54a16bf.tar.zst freebsd-ports-gnome-1bd14984e351c3c38fb8c0b60826bb2cf54a16bf.zip |
Finally, there seems to be a bug with NO_BUILD and OPTIONS
Reported by: maintainer
-rw-r--r-- | mail/spamass-rules/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/spamass-rules/Makefile b/mail/spamass-rules/Makefile index 37ba792dd618..3238a5083ba8 100644 --- a/mail/spamass-rules/Makefile +++ b/mail/spamass-rules/Makefile @@ -113,6 +113,9 @@ 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} |