diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 03:12:27 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 03:12:27 +0000 |
commit | 73303aa7180ac748c3719f08a74ca6bdaa100f71 (patch) | |
tree | b9cec438c622a3fe65d7a0946522e69635fc505d /games/sarien | |
parent | 98fef10ddf3047616c92bcab00267dc7b72c4269 (diff) | |
download | pkgsrc-73303aa7180ac748c3719f08a74ca6bdaa100f71.tar.gz |
Fix quoting.
Diffstat (limited to 'games/sarien')
-rw-r--r-- | games/sarien/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sarien/Makefile b/games/sarien/Makefile index ec83fcd59a6..8afa9afd263 100644 --- a/games/sarien/Makefile +++ b/games/sarien/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:46 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/17 03:12:27 uebayasi Exp $ # DISTNAME= sarien-0.7.0 @@ -17,7 +17,7 @@ USE_GNU_TOOLS+= make CONFIGURE_ARGS= --with-sdl -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" EGDIR= ${PREFIX}/share/examples/sarien CONF_FILES= ${EGDIR}/sarien.conf ${PKG_SYSCONFDIR}/sarien.conf |