aboutsummaryrefslogtreecommitdiff
path: root/mail/pflogsumm
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-08 21:44:56 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-08 21:44:56 +0000
commit7cb44ba56508925263644c243085d3db23d25dd3 (patch)
tree3c2dde0a316724c6dcecd48b682b8cb80f5e558e /mail/pflogsumm
parent85fb13382f6c7dfb3af9e98ef696e75868b344f3 (diff)
downloadports-7cb44ba56508925263644c243085d3db23d25dd3.tar.gz
ports-7cb44ba56508925263644c243085d3db23d25dd3.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>
Notes
Notes: svn path=/head/; revision=60910
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>