diff options
author | markus <markus@FreeBSD.org> | 2007-02-05 20:49:48 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-02-05 20:49:48 +0800 |
commit | 90bd67f5119f8a2eb0f37555e892a45f0775a8b7 (patch) | |
tree | 57dc60d36be2f20a6d742bcf5fe83bd9a99980d2 /mail | |
parent | cfc02af4cbe69b56d4ea0700c62b4b46b791a737 (diff) | |
download | freebsd-ports-graphics-90bd67f5119f8a2eb0f37555e892a45f0775a8b7.tar.gz freebsd-ports-graphics-90bd67f5119f8a2eb0f37555e892a45f0775a8b7.tar.zst freebsd-ports-graphics-90bd67f5119f8a2eb0f37555e892a45f0775a8b7.zip |
Utilize PORTDOCS
Approved by: dinoex (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamilter/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 627c4d0b795..a35c2017a7d 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -50,13 +50,8 @@ PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ bin/spamilter \ bin/spamilter-system-report bin/spamilter-user-report \ etc/rc.d/milter-spamilter.sh.sample -.if !defined(NOPORTDOCS) -PLIST_FILES+= %%DOCSDIR%%/Changelog %%DOCSDIR%%/INSTALL %%DOCSDIR%%/LICENSE -PLIST_FILES+= %%DOCSDIR%%/docs.html %%DOCSDIR%%/docs.txt -PLIST_FILES+= %%DOCSDIR%%/db.rcpt %%DOCSDIR%%/db.rdnsbl %%DOCSDIR%%/db.sndr -PLIST_FILES+= %%DOCSDIR%%/policy.html %%DOCSDIR%%/spamilter.rc -PLIST_DIRS+= %%DOCSDIR%% -.endif +PORTDOCS= Changelog INSTALL LICENSE docs.html docs.txt db.rcpt \ + db.rdnsbl db.sndr policy.html spamilter.rc pre-configure: @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/spamilter.sh \ |