summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-02-14 14:03:40 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-02-14 14:03:40 +0000
commit9da7146f202351f6aca2bceb1e35ba4095a6d04d (patch)
tree62348f6758f9e753832566bb86a3c3afbd6b53d4 /misc
parenta919ebcab2940f185f846d05e4270829c614ed62 (diff)
downloadpkgsrc-9da7146f202351f6aca2bceb1e35ba4095a6d04d.tar.gz
Fix quoting.
Diffstat (limited to 'misc')
-rw-r--r--misc/fooseti/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fooseti/Makefile b/misc/fooseti/Makefile
index ccf57078521..6e235251c74 100644
--- a/misc/fooseti/Makefile
+++ b/misc/fooseti/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:12:58 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/14 14:08:48 uebayasi Exp $
#
DISTNAME= fooseti-0.6.6
@@ -16,7 +16,7 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_X11= YES
-CPPFLAGS+= -DPKG_BINDIR=\"\\\"${LOCALBASE}/bin\\\"\"
+CPPFLAGS+= -DPKG_BINDIR="\"${LOCALBASE}/bin\""
DOCS= AUTHORS BUGS COPYING ChangeLog INSTALL NEWS NOTES README TODO