pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/cal Fix quoting.
details: https://anonhg.NetBSD.org/pkgsrc/rev/59f88dee297f
branches: trunk
changeset: 488985:59f88dee297f
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Mon Feb 14 05:37:55 2005 +0000
description:
Fix quoting.
diffstat:
time/cal/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ddfff7589ca4 -r 59f88dee297f time/cal/Makefile
--- a/time/cal/Makefile Mon Feb 14 04:42:22 2005 +0000
+++ b/time/cal/Makefile Mon Feb 14 05:37:55 2005 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index