diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
commit | 5ec134d67dbba7a354689af359fb4dd92bc8cbec (patch) | |
tree | dac5b1dd14794d86b061d26b9503adb2552ed3f8 /mail/elmo | |
parent | 9d13f62cc158ce4d29412c1798882c83849d448b (diff) | |
download | pkgsrc-5ec134d67dbba7a354689af359fb4dd92bc8cbec.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/Makefile | 5 |
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|==|=|" |