aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-05-19 13:14:13 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-05-19 13:14:13 +0000
commit860cb56369c5956ed37eaab288cccc1e10f85896 (patch)
tree83e900f086e773278c39095fd768efb320896bdf /mail
parent81a0dd31cc0a80a15ca7fdae6c75fb34174a2ffb (diff)
downloadports-860cb56369c5956ed37eaab288cccc1e10f85896.tar.gz
ports-860cb56369c5956ed37eaab288cccc1e10f85896.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/spamoracle/Makefile7
-rw-r--r--mail/spamoracle/pkg-plist4
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/spamoracle/Makefile b/mail/spamoracle/Makefile
index e5d656fba42a..d4ec76bccca5 100644
--- a/mail/spamoracle/Makefile
+++ b/mail/spamoracle/Makefile
@@ -20,7 +20,10 @@ USE_REINPLACE= yes
MAN1= spamoracle.1
MAN5= spamoracle.conf.5
-DOC_FILES= Changes README
+PLIST_FILES= bin/spamoracle
+.ifndef(NOPORTDOCS)
+PORTDOCS= Changes README
+.endif
do-configure:
@${REINPLACE_CMD} -E -e 's|^(CPP=)gcc[[:space:]]+-E|\1${CPP}|' \
@@ -31,7 +34,7 @@ do-configure:
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
+.for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/mail/spamoracle/pkg-plist b/mail/spamoracle/pkg-plist
deleted file mode 100644
index 7505e4e04dbe..000000000000
--- a/mail/spamoracle/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/spamoracle
-%%PORTDOCS%%%%DOCSDIR%%/Changes
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%