pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix quoting.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb5fd734e7c1
branches:  trunk
changeset: 489003:cb5fd734e7c1
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Feb 14 14:03:40 2005 +0000

description:
Fix quoting.

diffstat:

 games/xscavenger/Makefile |  4 ++--
 mail/metamail/Makefile    |  4 ++--
 misc/fooseti/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r b8ae41bf0f0d -r cb5fd734e7c1 games/xscavenger/Makefile
--- a/games/xscavenger/Makefile Mon Feb 14 12:12:32 2005 +0000
+++ b/games/xscavenger/Makefile Mon Feb 14 14:03:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/04/09 00:10:59 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/14 14:03:40 uebayasi Exp $
 #
 
 DISTNAME=      xscavenger-1.4.4
@@ -17,7 +17,7 @@
 USE_IMAKE=     yes
 NO_INSTALL_MANPAGES=   yes
 
-CPPFLAGS+=     -DSOUNDDEV=\\\"${DEVOSSSOUND}\\\"
+CPPFLAGS+=     -DSOUNDDEV="\"${DEVOSSSOUND}\""
 
 INSTALLATION_DIRS=     man/man6
 
diff -r b8ae41bf0f0d -r cb5fd734e7c1 mail/metamail/Makefile
--- a/mail/metamail/Makefile    Mon Feb 14 12:12:32 2005 +0000
+++ b/mail/metamail/Makefile    Mon Feb 14 14:03:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/06/17 20:56:56 minskim Exp $
+# $NetBSD: Makefile,v 1.31 2005/02/14 14:07:44 uebayasi Exp $
 
 DISTNAME=      mm2.7
 PKGNAME=       metamail-2.7
@@ -18,7 +18,7 @@
 USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
 
-CFLAGS+=       -DPKG_SYSCONFDIR='\\\"${PKG_SYSCONFDIR}\\\"'
+CFLAGS+=       -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 CFLAGS.Linux+= -DLINUX
 CFLAGS.SunOS+= -DSYSV
 MAKE_ENV+=     PKG_SYSCONFDIR=${PKG_SYSCONFDIR} CHMOD=${CHMOD} SED=${SED}
diff -r b8ae41bf0f0d -r cb5fd734e7c1 misc/fooseti/Makefile
--- a/misc/fooseti/Makefile     Mon Feb 14 12:12:32 2005 +0000
+++ b/misc/fooseti/Makefile     Mon Feb 14 14:03:40 2005 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index