summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-11 10:07:49 +0000
committerghen <ghen@pkgsrc.org>2006-03-11 10:07:49 +0000
commita527d84ce0123fb8dc070f189fece884178a5b96 (patch)
tree9825bc45aa84169ac0e533e81c0c40931c03a653 /graphics/netpbm
parent1201f6fa6d70310f4959bf4d12fa53dc86569a34 (diff)
downloadpkgsrc-a527d84ce0123fb8dc070f189fece884178a5b96.tar.gz
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 6b656b43634..b1ec4824207 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2006/03/09 14:05:14 ghen Exp $
+# $NetBSD: Makefile,v 1.135 2006/03/11 10:07:50 ghen Exp $
DISTNAME= netpbm-10.32
CATEGORIES= graphics
@@ -29,17 +29,17 @@ MAKE_ENV+= NETWORKLD=${LIBS:M*:Q}
# bash for all of the shell scripts.
#
REPLACE_INTERPRETER+= bash
-_REPLACE.bash.old= .*/bin/sh
-_REPLACE.bash.new= ${TOOLS_PATH.bash}
-_REPLACE_FILES.bash= converter/other/anytopnm
-_REPLACE_FILES.bash+= converter/other/pnmtoplainpnm
-_REPLACE_FILES.bash+= converter/ppm/hpcdtoppm/hpcdtoppm
-_REPLACE_FILES.bash+= converter/ppm/hpcdtoppm/pcdovtoppm
-_REPLACE_FILES.bash+= editor/pamstretch-gen
-_REPLACE_FILES.bash+= editor/pnmindex.sh
-_REPLACE_FILES.bash+= editor/pnmmargin
-_REPLACE_FILES.bash+= editor/ppmquantall
-_REPLACE_FILES.bash+= other/ppmtomap
+REPLACE.bash.old= .*/bin/sh
+REPLACE.bash.new= ${TOOLS_PATH.bash}
+REPLACE_FILES.bash= converter/other/anytopnm
+REPLACE_FILES.bash+= converter/other/pnmtoplainpnm
+REPLACE_FILES.bash+= converter/ppm/hpcdtoppm/hpcdtoppm
+REPLACE_FILES.bash+= converter/ppm/hpcdtoppm/pcdovtoppm
+REPLACE_FILES.bash+= editor/pamstretch-gen
+REPLACE_FILES.bash+= editor/pnmindex.sh
+REPLACE_FILES.bash+= editor/pnmmargin
+REPLACE_FILES.bash+= editor/ppmquantall
+REPLACE_FILES.bash+= other/ppmtomap
.include "../../mk/bsd.prefs.mk"