aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2008-08-07 12:36:40 +0800
committerlioux <lioux@FreeBSD.org>2008-08-07 12:36:40 +0800
commit162264bc321cd4af5350cf7472c79b3baeace392 (patch)
tree63bd161431f6eb396d54626343df152fc05381be /mail
parent48f56627f8f09d4007f02d553eab09e800e45bc2 (diff)
downloadfreebsd-ports-gnome-162264bc321cd4af5350cf7472c79b3baeace392.tar.gz
freebsd-ports-gnome-162264bc321cd4af5350cf7472c79b3baeace392.tar.zst
freebsd-ports-gnome-162264bc321cd4af5350cf7472c79b3baeace392.zip
o rewriteutil.crm requires the same crm binary location fix as the
other crm recipes o Bump PORTREVISION due to crm recipe change
Diffstat (limited to 'mail')
-rw-r--r--mail/crm114/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile
index 855e3a096edd..9e8db14362de 100644
--- a/mail/crm114/Makefile
+++ b/mail/crm114/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 20080326
# WARNING change versionname in CRM114RELEASENAME too.
# portlint didn't like this variable at this place.
# So I have to put it down in this file.
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://crm114.sourceforge.net/tarballs/
# Oliver Eikemeier recommended the following construction
@@ -55,6 +55,7 @@ post-install:
@${REINPLACE_CMD} -e 's|/md5sum/|/md5 -r/|' \
-e 's|#!.*/usr/bin/crm.*|#!${PREFIX}/bin/crm|' \
${WRKSRC}/mailfilter.crm ${WRKSRC}/mailtrainer.crm \
+ ${WRKSRC}/rewriteutil.crm \
${WRKSRC}/mailreaver.crm ${WRKSRC}/shuffle.crm
@for i in priolist.mfp whitelist.mfp; do \
${CP} ${WRKSRC}/$${i}.example ${WRKSRC}/$${i}; \