pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/pinfo Fix quoting in CPPFLAGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fde759cce7c6
branches:  trunk
changeset: 490029:fde759cce7c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 02 13:39:17 2005 +0000

description:
Fix quoting in CPPFLAGS.

diffstat:

 misc/pinfo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7aec41cceacc -r fde759cce7c6 misc/pinfo/Makefile
--- a/misc/pinfo/Makefile       Wed Mar 02 13:38:59 2005 +0000
+++ b/misc/pinfo/Makefile       Wed Mar 02 13:39:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:00 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/03/02 13:39:17 wiz Exp $
 #
 
 DISTNAME=              pinfo-0.6.1
@@ -19,7 +19,7 @@
 
 INFO_FILES=    pinfo.info
 
-CPPFLAGS=              -DDFLT_INFOPATH='\"/usr/share/info:${X11BASE}/info:${LOCALBASE}/info:/usr/local/info\"'
+CPPFLAGS=              -DDFLT_INFOPATH="\"/usr/share/info:${X11BASE}/info:${LOCALBASE}/info:/usr/local/info\""
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 



Home | Main Index | Thread Index | Old Index