diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-02 20:48:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-02 20:48:56 +0000 |
commit | 024507b18e02b436135a908489d6e6fa9cb29ca8 (patch) | |
tree | 0bd48ca506b9de5d41887475db37389eb2cc1634 /mail/gld/Makefile | |
parent | c0c03cc8f88e2b8f550183447e795f991c9fdf09 (diff) | |
download | pkgsrc-024507b18e02b436135a908489d6e6fa9cb29ca8.tar.gz |
pkglint cleanup.
Diffstat (limited to 'mail/gld/Makefile')
-rw-r--r-- | mail/gld/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index 9146e5dc162..479d531af8a 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/12 15:24:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2006/03/02 20:48:56 wiz Exp $ # DISTNAME= gld-1.5.2 @@ -27,12 +27,12 @@ SUBST_CLASSES+= gld users SUBST_STAGE.gld= post-patch SUBST_FILES.gld= gld.h SUBST_SED.gld= -e "s,/etc,${PKG_SYSCONFDIR}," -SUBST_MESSAGE.gld= "Fixing harcoded paths." +SUBST_MESSAGE.gld= Fixing harcoded paths. SUBST_STAGE.users= post-patch SUBST_FILES.users= gld.conf 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." +SUBST_MESSAGE.users= Adjusting user/group in configuration file. .include "options.mk" .include "../../mk/bsd.pkg.mk" |