pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/magicfilter Avoid compiling the path to the "gzi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4996b735f24
branches:  trunk
changeset: 496660:b4996b735f24
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jul 07 21:18:08 2005 +0000

description:
Avoid compiling the path to the "gzip" wrapper script into the binary,
bump package revision.

diffstat:

 print/magicfilter/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 269e46aa65ac -r b4996b735f24 print/magicfilter/Makefile
--- a/print/magicfilter/Makefile        Thu Jul 07 17:08:54 2005 +0000
+++ b/print/magicfilter/Makefile        Thu Jul 07 21:18:08 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2005/05/22 20:08:28 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2005/07/07 21:18:08 tron Exp $
 
 DISTNAME=      magicfilter-1.2
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SUNSITE:=system/printing/}
 
@@ -15,9 +15,10 @@
 DEPENDS+=      teTeX-bin-[0-9]*:../../print/teTeX-bin
 DEPENDS+=      papersize-[0-9]*:../../print/papersize
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake gzip
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        GHOSTSCRIPT=${LOCALBASE}/bin/gs
+CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:C/ .*//W:Q}
 
 PLIST_SRC=     ${WRKDIR}/PLIST
 



Home | Main Index | Thread Index | Old Index