diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 05:37:55 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 05:37:55 +0000 |
commit | 5a8a5b0b177d92e08170e410a1f890a8bdb0cabe (patch) | |
tree | f2516f2b3ec1b5cc0dd6689e96a535dbf867308d | |
parent | ea7e89f3a8124e78927b976bde1a24bb2c02b499 (diff) | |
download | pkgsrc-5a8a5b0b177d92e08170e410a1f890a8bdb0cabe.tar.gz |
Fix quoting.
-rw-r--r-- | time/cal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/cal/Makefile b/time/cal/Makefile index 0cc4f4ddb18..87f20b188c9 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:11 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/14 05:37:55 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.5 1997/05/12 06:33:23 max Exp # @@ -15,7 +15,7 @@ MAKEFILE= makefile.unx BUILD_TARGET= cal PKG_SYSCONFSUBDIR= cal -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" EGDIR= ${PREFIX}/share/examples/cal # CONF_FILES not used as calcol and caldat are optional. |