aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pflogsumm
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-09 05:44:56 +0800
committerpetef <petef@FreeBSD.org>2002-06-09 05:44:56 +0800
commitb8f875c0b06dee41aed38d760aceaf6f585e00ba (patch)
treeb52a8d3119428b5de15c5a4789f984f9c92b3b46 /mail/pflogsumm
parentc9b0822d2bd050d4f65f6c1a7775fb2a83424f66 (diff)
downloadfreebsd-ports-gnome-b8f875c0b06dee41aed38d760aceaf6f585e00ba.tar.gz
freebsd-ports-gnome-b8f875c0b06dee41aed38d760aceaf6f585e00ba.tar.zst
freebsd-ports-gnome-b8f875c0b06dee41aed38d760aceaf6f585e00ba.zip
- add a backup master site
- give maintainership to submitter - use INSTALL_SCRIPT instead of INSTALL_DATA to install the script PR: 39042 Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'mail/pflogsumm')
-rw-r--r--mail/pflogsumm/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/pflogsumm/Makefile b/mail/pflogsumm/Makefile
index b0481042301e..3195c9214498 100644
--- a/mail/pflogsumm/Makefile
+++ b/mail/pflogsumm/Makefile
@@ -9,10 +9,11 @@ PORTNAME= pflogsumm
PORTVERSION= 1.0.3
PORTEPOCH= 1
CATEGORIES= mail
-MASTER_SITES= http://jimsun.LinxNet.com/downloads/
+MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \
+ ftp://jimsun.LinxNet.com/pub/postfix_contrib/
EXTRACT_SUFX= .pl
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= erwin@lansing.dk
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
@@ -24,7 +25,7 @@ NO_BUILD= yes
USE_PERL5= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/bin/${PORTNAME}
- ${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} \
+ ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>