From a527d84ce0123fb8dc070f189fece884178a5b96 Mon Sep 17 00:00:00 2001 From: ghen Date: Sat, 11 Mar 2006 10:07:49 +0000 Subject: 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. --- games/orbital_eunuchs_sniper/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/orbital_eunuchs_sniper') diff --git a/games/orbital_eunuchs_sniper/Makefile b/games/orbital_eunuchs_sniper/Makefile index 026f7883352..c0cdcf1bbc4 100644 --- a/games/orbital_eunuchs_sniper/Makefile +++ b/games/orbital_eunuchs_sniper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/09 14:50:31 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/11 10:07:49 ghen Exp $ # DISTNAME= orbital_eunuchs_sniper-1.29 @@ -14,9 +14,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-games-dir=${PREFIX}/libexec REPLACE_INTERPRETER+= bash -_REPLACE.bash.old= .*/bin/bash -_REPLACE.bash.new= ${SH:Q} -_REPLACE_FILES.bash= src/snipe2d.in +REPLACE.bash.old= .*/bin/bash +REPLACE.bash.new= ${SH} +REPLACE_FILES.bash= src/snipe2d.in post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/orbital_eunuchs_sniper -- cgit v1.2.3