aboutsummaryrefslogtreecommitdiff
path: root/mail/spamstats
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 16:02:26 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-02-07 16:02:26 +0000
commiteb74677bcdba3b361ebf3222e1b3961c3be309c0 (patch)
tree6270f03aed8bcdf26be7fe8430eea72fea6a38fc /mail/spamstats
parent4594c47079869ba99631a3a4f6fe739649332090 (diff)
downloadports-eb74677bcdba3b361ebf3222e1b3961c3be309c0.tar.gz
ports-eb74677bcdba3b361ebf3222e1b3961c3be309c0.zip
update to 0.5
use PORTDOCS and PLIST_FILES instead of pkg-plist
Notes
Notes: svn path=/head/; revision=100253
Diffstat (limited to 'mail/spamstats')
-rw-r--r--mail/spamstats/Makefile6
-rw-r--r--mail/spamstats/distinfo3
-rw-r--r--mail/spamstats/pkg-plist5
3 files changed, 6 insertions, 8 deletions
diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile
index de2ec3b085bd..cf8744785ae8 100644
--- a/mail/spamstats/Makefile
+++ b/mail/spamstats/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spamstats
-PORTVERSION= 0.4b5
+PORTVERSION= 0.5
CATEGORIES= mail
MASTER_SITES= http://www.gryzor.com/tools/
@@ -17,6 +17,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5
USE_PERL5= yes
NO_BUILD= yes
+PORTDOCS= QUICK README copyright
+PLIST_FILES= bin/spamstats.pl
post-patch:
@${PERL} -pi.bak -e 's,/mail.log,/maillog,g' ${WRKSRC}/${PORTNAME}${PORTVERSION}.pl
@@ -25,7 +27,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}${PORTVERSION}.pl ${PREFIX}/bin/${PORTNAME}.pl
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for f in QUICK README copyright
+.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
diff --git a/mail/spamstats/distinfo b/mail/spamstats/distinfo
index 67c2469c6f7c..4ab01659a517 100644
--- a/mail/spamstats/distinfo
+++ b/mail/spamstats/distinfo
@@ -1 +1,2 @@
-MD5 (spamstats-0.4b5.tar.gz) = deb917c33610688292c61f44965c8e51
+MD5 (spamstats-0.5.tar.gz) = 1637bb6f0fb230720af4a88dd5094b7e
+SIZE (spamstats-0.5.tar.gz) = 14779
diff --git a/mail/spamstats/pkg-plist b/mail/spamstats/pkg-plist
deleted file mode 100644
index a3bd493fa07d..000000000000
--- a/mail/spamstats/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/spamstats.pl
-%%PORTDOCS%%%%DOCSDIR%%/QUICK
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/copyright
-%%PORTDOCS%%@dirrm %%DOCSDIR%%