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 | a9791d15b46ba517ce49f5f0aa00b1dbdd899d4b (patch) | |
tree | f2516f2b3ec1b5cc0dd6689e96a535dbf867308d /time | |
parent | cc41a57e548411184e81ecc27879f31f440ad7b1 (diff) | |
download | pkgsrc-a9791d15b46ba517ce49f5f0aa00b1dbdd899d4b.tar.gz |
Fix quoting.
Diffstat (limited to 'time')
-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. |