aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-gps/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-03-02 03:54:09 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-03-02 03:54:09 +0000
commita134635edc75cb21253d605693ed428e2a3d10eb (patch)
treef595321740c0a4acb3a087fd5b620ec0378e9f9f /mail/postfix-gps/Makefile
parent413d1f7d4a1409bf6db68b7a1e0ab21c6f684433 (diff)
downloadports-a134635edc75cb21253d605693ed428e2a3d10eb.tar.gz
ports-a134635edc75cb21253d605693ed428e2a3d10eb.zip
- Previously, postfix-gps distributes the maintaince script outside
their package. Recent development of the software has a new branch and hence the gps-maintain.pl provided on the website is changed to fit latest development version. PR: 78268 Submitted by: delphij (maintainer)
Notes
Notes: svn path=/head/; revision=130139
Diffstat (limited to 'mail/postfix-gps/Makefile')
-rw-r--r--mail/postfix-gps/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile
index c6c2afe1a828..6725ba1fc8fd 100644
--- a/mail/postfix-gps/Makefile
+++ b/mail/postfix-gps/Makefile
@@ -7,11 +7,11 @@
PORTNAME= gps
PORTVERSION= 0.93
+PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= http://mimo.gn.apc.org/gps/
PKGNAMEPREFIX= postfix-
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
- ${SCRIPT_FILES}
+DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= delphij@FreeBSD.org
@@ -20,9 +20,7 @@ COMMENT= Greylist Policy Service for postfix
LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi
RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers
-BROKEN= Size mismatch
-
-SCRIPT_FILES= gps-maintain.pl
+SCRIPT_FILES= gps-maintain.pl gps-db-update.pl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -39,7 +37,7 @@ pre-configure:
post-install:
@${INSTALL_DATA} ${WRKSRC}/etc/gps.conf ${PREFIX}/etc/gps.conf-dist
.for f in ${SCRIPT_FILES}
- @${INSTALL_SCRIPT} ${_DISTDIR}/${f} ${PREFIX}/libexec
+ @${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec
.endfor
@${CAT} ${PKGMESSAGE}