diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:41:45 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-07 09:41:45 +0000 |
commit | 71960dee9e67049bef13c9efb3653608b1fe85a9 (patch) | |
tree | 4939745ced01b78361ccf75b8a5a17736977b8e8 /games/nethack-qt/Makefile | |
parent | 7de1e6abd3cfa4de3939e995455186495a23758a (diff) | |
download | pkgsrc-71960dee9e67049bef13c9efb3653608b1fe85a9.tar.gz |
Fix quoting.
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 7d597f5997f..7ef43971716 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2005/03/07 09:48:37 uebayasi Exp $ # .include "../nethack-lib/Makefile.common" @@ -17,7 +17,7 @@ USE_X11= # defined BUILD_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt -CFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\" +CFLAGS+= -DPREFIX="\"${PREFIX}\"" ALLFILES= ${DISTFILES} # don't checksum shared patches |