summaryrefslogtreecommitdiff
path: root/mail/elmo
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /mail/elmo
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'mail/elmo')
-rw-r--r--mail/elmo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index 5f712a0c53b..4e0b652559b 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2005/08/29 17:53:49 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:29 rillig Exp $
#
DISTNAME= elmo-1.3.2
-PKGREVISION= # empty
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/}
@@ -20,7 +19,7 @@ CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
# I get segmentation faults when not compiled with debug enabled
CONFIGURE_ARGS+= --enable-debug
-SUBST_CLASSES= tux
+SUBST_CLASSES+= tux
SUBST_STAGE.tux= post-patch
SUBST_FILES.tux= configure
SUBST_SED.tux= -e "s|==|=|"