aboutsummaryrefslogtreecommitdiff
path: root/mail/gld/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-15 16:38:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-15 16:38:25 +0000
commitbe3657a2cd418fb6d2921c14fe7aa67eebdb0305 (patch)
tree90acc53e0fec017082c5da76e5d64948f3de1eed /mail/gld/Makefile
parent389fb10899aeca449093614433bac323908952e5 (diff)
downloadports-be3657a2cd418fb6d2921c14fe7aa67eebdb0305.tar.gz
ports-be3657a2cd418fb6d2921c14fe7aa67eebdb0305.zip
Notes
Diffstat (limited to 'mail/gld/Makefile')
-rw-r--r--mail/gld/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile
index cdfbfa6cd362..416ae8be3dce 100644
--- a/mail/gld/Makefile
+++ b/mail/gld/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= gld
-PORTVERSION= 1.5.2
+PORTVERSION= 1.6
CATEGORIES= mail
MASTER_SITES= http://www.gasmi.net/down/
EXTRACT_SUFX= .tgz
-MAINTAINER= blaz@si.FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Greylisting daemon for Postfix
USE_REINPLACE= yes
@@ -52,6 +52,9 @@ pre-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gld ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/gld.conf ${PREFIX}/etc/gld.conf-dist
+.if !exists(${PREFIX}/etc/gld.conf)
+ ${INSTALL_DATA} ${WRKSRC}/gld.conf ${PREFIX}/etc/gld.conf
+.endif
${INSTALL_SCRIPT} ${WRKDIR}/gld.sh ${PREFIX}/etc/rc.d
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}