pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xpat2 Fix quoting of make variables passed to sh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b5c54e20638
branches:  trunk
changeset: 493922:3b5c54e20638
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 18:16:06 2005 +0000

description:
Fix quoting of make variables passed to shell.

diffstat:

 games/xpat2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ad03aae57d5 -r 3b5c54e20638 games/xpat2/Makefile
--- a/games/xpat2/Makefile      Mon May 16 18:01:12 2005 +0000
+++ b/games/xpat2/Makefile      Mon May 16 18:16:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/16 18:16:06 jlam Exp $
 
 DISTNAME=      xpat2-1.07
 CATEGORIES=    games
@@ -18,7 +18,7 @@
 #
 #USE_IMAKE=    YES
 
-MAKE_ENV+=     XPMDIR="${BUILDLINK_PREFIX.xpm}" XMKMF="${XMKMF}"
+MAKE_ENV+=     XPMDIR=${BUILDLINK_PREFIX.xpm:Q} XMKMF=${XMKMF:Q}
 
 SUPPORT_FILES_PERMS=   /dev/null /var/games/xpat.log ${GAMEOWN} ${GAMEGRP} ${GAMEMODE}
 MAKE_DIRS=             /var/games



Home | Main Index | Thread Index | Old Index