summaryrefslogtreecommitdiff
path: root/mail/gld
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-02 20:48:56 +0000
committerwiz <wiz>2006-03-02 20:48:56 +0000
commit5e63169ec8181e559bc98de8b85a5449b6d79764 (patch)
tree0bd48ca506b9de5d41887475db37389eb2cc1634 /mail/gld
parentc8f0ffa91ca1d9d83d1b2e693bad0be0297380f7 (diff)
downloadpkgsrc-5e63169ec8181e559bc98de8b85a5449b6d79764.tar.gz
pkglint cleanup.
Diffstat (limited to 'mail/gld')
-rw-r--r--mail/gld/Makefile6
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"