aboutsummaryrefslogtreecommitdiff
path: root/mail/crm114/Makefile
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-10 08:04:38 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-10 08:04:38 +0000
commitc88bfadd6819b105e81c8d8c23ca69cf8f8ec3bf (patch)
treea0fd1e2208ce449ff0df66c931901c34b4316b9d /mail/crm114/Makefile
parentb11c51c208242e23547a084754e0462cffcde5d9 (diff)
downloadports-c88bfadd6819b105e81c8d8c23ca69cf8f8ec3bf.tar.gz
ports-c88bfadd6819b105e81c8d8c23ca69cf8f8ec3bf.zip
Notes
Diffstat (limited to 'mail/crm114/Makefile')
-rw-r--r--mail/crm114/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile
index 533d87e9520f..f0a579d5b153 100644
--- a/mail/crm114/Makefile
+++ b/mail/crm114/Makefile
@@ -6,19 +6,18 @@
#
PORTNAME= crm114
-PORTVERSION= 20040221
-PORTREVISION= 2
+PORTVERSION= 20041231
# 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.
CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= http://crm114.sourceforge.net/
MASTER_SITE_SUBDIR= crm114
# Oliver Eikemeier recommended the following construction
# to avoid the reduncany of the CRM114RELEASENAME and .src and
# .css extention.
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.src
-DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME:R}.css.tar.gz
+DISTNAME= ${PORTNAME}-${PORTVERSION}.${CRM114RELEASENAME}.src
+DISTFILES= ${DISTNAME}.tar.gz
MAINTAINER= Meno.Abels@Adviser.com
COMMENT= An Markov based SpamFilter
@@ -27,7 +26,7 @@ LIB_DEPENDS= tre.6:${PORTSDIR}/textproc/libtre
# there is no other then formail on this planet
RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail
-CRM114RELEASENAME=BlameYokohama
+CRM114RELEASENAME=BlameSanAndreas
USE_GETTEXT= yes
USE_ICONV= yes
@@ -70,9 +69,6 @@ post-install:
.for i in ${CRM_FILES}
${INSTALL_DATA} ${WRKSRC}/fbsdinstall/${i} ${EXAMPLESDIR}
.endfor
-.for i in nonspam.css spam.css
- ${INSTALL_DATA} ${WRKSRC}/../${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.css/${i} ${EXAMPLESDIR}
-.endfor
.endif
.include <bsd.port.mk>