diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 04:26:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 04:26:24 +0000 |
commit | ac6724aa7c9de3f39d4c7cad52bcba16ec3a52b6 (patch) | |
tree | f235e944d16dfc4dc428a56b1919afe3d6e8ca9a /mail/exim3 | |
parent | e0fd563afe2df29b579de2af47b4915b7dc531ad (diff) | |
download | pkgsrc-ac6724aa7c9de3f39d4c7cad52bcba16ec3a52b6.tar.gz |
gzcat is needed, so note it as such for the new tools framework.
Diffstat (limited to 'mail/exim3')
-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}" |