summaryrefslogtreecommitdiff
path: root/mail/prepflog/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-07 23:01:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-07 23:01:11 +0000
commit23384b5d73334a95be4e52854ed3b1d54842e80a (patch)
treed544c4143ad768da9649f71ece7d08df4c1de1a0 /mail/prepflog/Makefile
parentUpdate to 2016.02.27 (diff)
Update to 0.4.1
PR: 206894 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=410584
Diffstat (limited to 'mail/prepflog/Makefile')
-rw-r--r--mail/prepflog/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/prepflog/Makefile b/mail/prepflog/Makefile
index 1c3129d16672..9824cc8cf321 100644
--- a/mail/prepflog/Makefile
+++ b/mail/prepflog/Makefile
@@ -2,26 +2,28 @@
# $FreeBSD$
PORTNAME= prepflog
-PORTVERSION= 0.4
+PORTVERSION= 0.4.1
CATEGORIES= mail
-MASTER_SITES= http://www.gufonero.com/postfix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Prepares logfiles in a sanitised format for pflogsumm and awstats
-BROKEN= unfetchable
-
LICENSE= GPLv2+
-USES= perl5 shebangfix tar:tgz
+USES= perl5 shebangfix
NO_BUILD= yes
NO_ARCH= yes
+USE_GITHUB= yes
+GH_ACCOUNT= johnfawcett
+
SHEBANG_FILES= prepflog.pl
-PLIST_FILES= bin/prepflog
+PLIST_FILES= bin/prepflog man/man1/prepflog.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${LOCALBASE}/bin/pod2man ${WRKSRC}/prepflog.pl > \
+ ${STAGEDIR}${MANPREFIX}/man/man1/prepflog.1
.include <bsd.port.mk>