diff options
Diffstat (limited to 'mail/gld/Makefile')
-rw-r--r-- | mail/gld/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index fe918688284..bc9c501a6ae 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/04/13 16:42:43 salo Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/14 22:22:56 xtraeme Exp $ # -DISTNAME= gld-1.5 +DISTNAME= gld-1.5.1 CATEGORIES= mail MASTER_SITES= http://www.gasmi.net/down/ EXTRACT_SUFX= .tgz @@ -13,8 +13,6 @@ COMMENT= Standalone greylisting server for Postfix USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client} - EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES_PERMS= ${EGDIR}/gld.conf ${PKG_SYSCONFDIR}/gld.conf \ ${BINOWN} ${GLD_GROUP} 0740 @@ -36,5 +34,5 @@ SUBST_SED.users+= -e "s|\#USER=nobody|USER=${GLD_USER}|" SUBST_SED.users+= -e "s|\#GROUP=nobody|GROUP=${GLD_GROUP}|" SUBST_MESSAGE.users= "Adjusting user/group in configuration file." -.include "../../mk/mysql.buildlink3.mk" +.include "options.mk" .include "../../mk/bsd.pkg.mk" |