summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-18 02:37:22 +0000
committerjlam <jlam>2005-07-18 02:37:22 +0000
commited0eb44e48e7ff6f233ece4456b2938ee228be70 (patch)
tree31f13eb00a61d2866db7fd51e802519063af00c4 /print
parent1ea80bb3ad86426c951fd1ff8415ac431f29240e (diff)
downloadpkgsrc-ed0eb44e48e7ff6f233ece4456b2938ee228be70.tar.gz
TOOLS_GZIP_CMD now only holds the path to gzip, so no need to strip off
arguments anymore.
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index b1d0f695673..5c9392d71a4 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/07/07 21:18:08 tron Exp $
+# $NetBSD: Makefile,v 1.42 2005/07/18 02:37:22 jlam Exp $
DISTNAME= magicfilter-1.2
PKGREVISION= 4
@@ -18,7 +18,7 @@ DEPENDS+= papersize-[0-9]*:../../print/papersize
USE_TOOLS+= gmake gzip
GNU_CONFIGURE= yes
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
-CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:C/ .*//W:Q}
+CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
PLIST_SRC= ${WRKDIR}/PLIST