mail/pflogsumm: Move manpages to share/man, cleanup
- pet portlint and portclippy - regenerate patches with makepatch
This commit is contained in:
parent
d19db88f7e
commit
2f04016559
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pflogsumm
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \
|
||||
|
@ -15,11 +15,11 @@ LICENSE= GPLv2+
|
|||
RUN_DEPENDS= p5-Date-Calc>=0:devel/p5-Date-Calc
|
||||
|
||||
USES= perl5 shebangfix
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/pflogsumm man/man1/pflogsumm.1.gz
|
||||
SHEBANG_FILES= ${PORTNAME}.pl
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/pflogsumm share/man/man1/pflogsumm.1.gz
|
||||
PORTDOCS= README ToDo pflogsumm-faq.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -27,7 +27,7 @@ OPTIONS_DEFINE= DOCS
|
|||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- pflogsumm.pl.orig 2020-09-06 10:15:06.176055000 +0200
|
||||
+++ pflogsumm.pl 2020-09-06 10:15:43.839326000 +0200
|
||||
@@ -1536,7 +1536,7 @@
|
||||
--- pflogsumm.pl.orig 2024-01-21 13:07:50 UTC
|
||||
+++ pflogsumm.pl
|
||||
@@ -1536,7 +1536,7 @@ sub gimme_domain {
|
||||
# split domain/ipaddr into separates
|
||||
# newer versions of Postfix have them "dom.ain[i.p.add.ress]"
|
||||
# older versions of Postfix have them "dom.ain/i.p.add.ress"
|
||||
|
|
Loading…
Reference in a new issue