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/15785630808d
branches: trunk
changeset: 490319:15785630808d
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Mon Mar 07 10:03:13 2005 +0000
description:
Fix quoting.
diffstat:
security/pgp2/Makefile | 4 ++--
security/prngd/Makefile | 4 ++--
textproc/biblook/Makefile | 4 ++--
wm/larswm/Makefile | 4 ++--
wm/pwm/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (89 lines):
diff -r 61de265f2c73 -r 15785630808d security/pgp2/Makefile
--- a/security/pgp2/Makefile Mon Mar 07 10:01:12 2005 +0000
+++ b/security/pgp2/Makefile Mon Mar 07 10:03:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/08/27 06:29:10 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/03/07 10:03:13 uebayasi Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -38,7 +38,7 @@
FIX_RPATH+= RSALIBS
PGPLIB= ${PREFIX}/share/pgp
-CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\"
+CFLAGS+= -DPGP_SYSTEM_DIR="\"${PGPLIB}/\""
.if (${MACHINE_ARCH} == "i386")
OBJS_EXT= _80386.o _zmatch.o
diff -r 61de265f2c73 -r 15785630808d security/prngd/Makefile
--- a/security/prngd/Makefile Mon Mar 07 10:01:12 2005 +0000
+++ b/security/prngd/Makefile Mon Mar 07 10:03:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/15 23:10:35 recht Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/07 10:03:13 uebayasi Exp $
DISTNAME= prngd-0.9.29
CATEGORIES= security
@@ -14,7 +14,7 @@
HOMEPAGE= http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
COMMENT= Pseudo Random Number Generator Daemon
-MAKE_ENV+= DEFS="-DRANDSAVENAME=\\\"${VARBASE}/db/prngd-seed\\\" -DCONFIGFILE=\\\"${PKG_SYSCONFDIR}/prngd.conf\\\""
+MAKE_ENV+= DEFS='-DRANDSAVENAME="\"${VARBASE}/db/prngd-seed\"" -DCONFIGFILE="\"${PKG_SYSCONFDIR}/prngd.conf\""'
EGDIR= ${PREFIX}/share/examples/prngd
CONF_FILES= ${EGDIR}/prngd.conf.netbsd ${PKG_SYSCONFDIR}/prngd.conf
diff -r 61de265f2c73 -r 15785630808d textproc/biblook/Makefile
--- a/textproc/biblook/Makefile Mon Mar 07 10:01:12 2005 +0000
+++ b/textproc/biblook/Makefile Mon Mar 07 10:03:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/23 23:28:29 danw Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/07 10:03:13 uebayasi Exp $
#
DISTNAME= biblook
@@ -16,6 +16,6 @@
# override definitions in the package's Makefile via command line
MAKE_FLAGS+= OPT="${CFLAGS} -Dunix"
MAKE_FLAGS+= DEF_H_FILES="-DHAVE_STDLIB_H -DHAVE_NETINET_IN_H"
-MAKE_FLAGS+= DEF_MORE="-DMOREPATH=\\\"/usr/bin/more\\\" -DMORE=\\\"more\\\""
+MAKE_FLAGS+= DEF_MORE='-DMOREPATH="\"/usr/bin/more\"" -DMORE="\"more\""'
.include "../../mk/bsd.pkg.mk"
diff -r 61de265f2c73 -r 15785630808d wm/larswm/Makefile
--- a/wm/larswm/Makefile Mon Mar 07 10:01:12 2005 +0000
+++ b/wm/larswm/Makefile Mon Mar 07 10:03:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/27 17:55:54 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2005/03/07 10:05:08 uebayasi Exp $
#
DISTNAME= larswm-7.5.3
@@ -21,7 +21,7 @@
EGDIR= ${PREFIX}/share/examples/larswm
CONF_FILES= ${EGDIR}/sample.larswmrc ${PKG_SYSCONFDIR}/larswmrc
-CPPFLAGS= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CPPFLAGS= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
post-patch:
@cd ${WRKSRC} && \
diff -r 61de265f2c73 -r 15785630808d wm/pwm/Makefile
--- a/wm/pwm/Makefile Mon Mar 07 10:01:12 2005 +0000
+++ b/wm/pwm/Makefile Mon Mar 07 10:03:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/02/05 00:24:14 cube Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/07 10:05:08 uebayasi Exp $
#
DISTNAME= pwm-20030617
@@ -19,7 +19,7 @@
USE_X11= YES
USE_GNU_TOOLS+= make
-CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
PKG_SYSCONFSUBDIR= pwm
Home |
Main Index |
Thread Index |
Old Index