summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
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 /net/kdenetwork3
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 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index c93c058d51c..96f722e26bf 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/02/05 23:10:26 joerg Exp $
+# $NetBSD: Makefile,v 1.51 2006/03/11 10:07:50 ghen Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
PKGREVISION= 1
@@ -21,9 +21,9 @@ REPLACE_PERL= ksirc/dsirc \
kopete/kopete/kconf_update/kopete-pluginloader.pl
REPLACE_INTERPRETER+= bash
-_REPLACE.bash.old= /bin/bash
-_REPLACE.bash.new= /bin/sh
-_REPLACE_FILES.bash= krfb/krfb_httpd/krfb_httpd
+REPLACE.bash.old= /bin/bash
+REPLACE.bash.new= ${SH}
+REPLACE_FILES.bash= krfb/krfb_httpd/krfb_httpd
.include "../../mk/bsd.prefs.mk"