summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-11-15 09:25:10 +0000
committerehaupt <ehaupt@FreeBSD.org>2005-11-15 09:25:10 +0000
commitc801dc219fbab6267273d0f8ac5578bd8a0494ac (patch)
treeff537759f7ac4acc25fb8bb0c8fed0e2949b594c /mail
parent1ce22173b45d198460353a8cbf30f740167c68d2 (diff)
downloadFreeBSD-ports-c801dc219fbab6267273d0f8ac5578bd8a0494ac.zip
FreeBSD-ports-c801dc219fbab6267273d0f8ac5578bd8a0494ac.tar.gz
- Install additional examples
- Bump portrevision Notified by: Luca Morettoni <luca@morettoni.net> (author)
Diffstat (limited to 'mail')
-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 4123796..2004a8f 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>
OpenPOWER on IntegriCloud