diff options
author | jlam <jlam> | 2005-05-15 04:26:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 04:26:24 +0000 |
commit | 1b888e31e638abb9da41f73fc26fff9c3061ddee (patch) | |
tree | f235e944d16dfc4dc428a56b1919afe3d6e8ca9a /mail | |
parent | bfb42a3011620c7e9acabd2c5c476e532fc8787b (diff) | |
download | pkgsrc-1b888e31e638abb9da41f73fc26fff9c3061ddee.tar.gz |
gzcat is needed, so note it as such for the new tools framework.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index cd8f59fe0f7..bba04ad47f6 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/28 22:46:11 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/15 04:26:24 jlam Exp $ DISTNAME= exim-3.36 PKGREVISION= 4 @@ -35,6 +35,7 @@ PKG_GROUPS= ${EXIM_GROUP} .include "../../mk/bsd.prefs.mk" +USE_TOOLS+= gzip gzcat FILES_SUBST+= GZIP_CMD="${GZIP_CMD:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}" FILES_SUBST+= GZCAT="${GZCAT}" |