aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-rblchk
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-11-15 09:25:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-11-15 09:25:10 +0000
commit684f3853586b3b50ed7a84038631fe0d440351bf (patch)
treeda26bbba0a2cf15cabe46c7946ef8a815b338ae8 /mail/qmail-rblchk
parentba25dea657a64fa03ea0439d8cb8aa1aaeccc2ae (diff)
downloadports-684f3853586b3b50ed7a84038631fe0d440351bf.tar.gz
ports-684f3853586b3b50ed7a84038631fe0d440351bf.zip
- Install additional examples
- Bump portrevision Notified by: Luca Morettoni <luca@morettoni.net> (author)
Notes
Notes: svn path=/head/; revision=148346
Diffstat (limited to 'mail/qmail-rblchk')
-rw-r--r--mail/qmail-rblchk/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/qmail-rblchk/Makefile b/mail/qmail-rblchk/Makefile
index 41237965a943..2004a8fe87d1 100644
--- a/mail/qmail-rblchk/Makefile
+++ b/mail/qmail-rblchk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qmail-rblchk
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://morettoni.net/qmail/
@@ -27,7 +28,8 @@ INSTALL_TARGET= setup
USE_REINPLACE= yes
-PLIST_FILES= bin/qmail-rblchk %%EXAMPLESDIR%%/spam-report.sh
+PLIST_FILES= bin/qmail-rblchk %%EXAMPLESDIR%%/spam-report.sh \
+ %%EXAMPLESDIR%%/rbllist.sh
PLIST_DIRS= %%EXAMPLESDIR%%
MAN1= qmail-rblchk.1
@@ -41,6 +43,8 @@ do-configure:
post-install:
${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/spam-report.sh ${EXAMPLESDIR}
+.for f in rbllist.sh spam-report.sh
+ ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${EXAMPLESDIR}
+.endfor
.include <bsd.port.mk>