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/9a4466b88eb2
branches:  trunk
changeset: 490317:9a4466b88eb2
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Mar 07 09:53:33 2005 +0000

description:
Fix quoting.

diffstat:

 mail/distribute/Makefile      |  10 +++++-----
 mail/ezmlm-idx/Makefile       |   4 ++--
 mail/mess822/Makefile         |   4 ++--
 misc/celestia/Makefile.common |   4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (79 lines):

diff -r 14f9ceb8e93b -r 9a4466b88eb2 mail/distribute/Makefile
--- a/mail/distribute/Makefile  Mon Mar 07 09:41:45 2005 +0000
+++ b/mail/distribute/Makefile  Mon Mar 07 09:53:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/12/06 22:34:35 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2005/03/07 09:53:33 uebayasi Exp $
 # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp
 #
 
@@ -32,11 +32,11 @@
 ARCHIVE_DIR=           /var/spool/mail-list
 DEF_DOMAINNAME?=       your.domain.here
 
-MAKE_ENV+=     DEFAULTCONFIG="-DDEF_SEQ_PATH=\\\"${MAILINGLIST_DIR}\\\" \
-                       -DDEF_RECIPIENT_PATH=\\\"${MAILINGLIST_DIR}\\\" \
+MAKE_ENV+=     DEFAULTCONFIG='-DDEF_SEQ_PATH="\"${MAILINGLIST_DIR}\"" \
+                       -DDEF_RECIPIENT_PATH="\"${MAILINGLIST_DIR}\"" \
                        -DDEF_MAJORDOMO_RECIPIENT_PATH=\\\"${MAJORDOMO_LIST_DIR}\\\" \
-                       -DDEF_DOMAINNAME=\\\"${DEF_DOMAINNAME}\\\" \
-                       -DDEF_ARCHIVE_PATH=\\\"${ARCHIVE_DIR}\\\"" \
+                       -DDEF_DOMAINNAME="\"${DEF_DOMAINNAME}\"" \
+                       -DDEF_ARCHIVE_PATH="\"${ARCHIVE_DIR}\""' \
                INSTALL="${INSTALL}" \
                INSTALL_MAN="${INSTALL_MAN}"
 
diff -r 14f9ceb8e93b -r 9a4466b88eb2 mail/ezmlm-idx/Makefile
--- a/mail/ezmlm-idx/Makefile   Mon Mar 07 09:41:45 2005 +0000
+++ b/mail/ezmlm-idx/Makefile   Mon Mar 07 09:53:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/02/08 05:29:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/07 09:53:33 uebayasi Exp $
 #
 
 .include "../../mail/ezmlm/Makefile.common"
@@ -27,7 +27,7 @@
 USE_PKGINSTALL=                YES
 
 PKG_SYSCONFSUBDIR=     ezmlm
-CFLAGS+=               -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\"
+CFLAGS+=               -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 EGDIR=                 ${PREFIX}/share/examples/ezmlm-idx
 CONF_FILES=            ${EGDIR}/ezcgirc ${PKG_SYSCONFDIR}/ezcgirc
diff -r 14f9ceb8e93b -r 9a4466b88eb2 mail/mess822/Makefile
--- a/mail/mess822/Makefile     Mon Mar 07 09:41:45 2005 +0000
+++ b/mail/mess822/Makefile     Mon Mar 07 09:53:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/07 09:53:33 uebayasi Exp $
 #
 
 DISTNAME=              mess822-0.58
@@ -24,7 +24,7 @@
 USE_BUILDLINK3=                yes
 
 EGDIR=                 ${PREFIX}/share/examples/mess822
-CFLAGS+=               -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+=               -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 USE_PKGINSTALL=                yes
 MAKE_DIRS+=            ${PKG_SYSCONFDIR}
 SUPPORT_FILES+=                ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat
diff -r 14f9ceb8e93b -r 9a4466b88eb2 misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Mon Mar 07 09:41:45 2005 +0000
+++ b/misc/celestia/Makefile.common     Mon Mar 07 09:53:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/12/16 07:19:19 minskim Exp $
+# $NetBSD: Makefile.common,v 1.12 2005/03/07 09:53:33 uebayasi Exp $
 
 DISTNAME=      celestia-${CELESTIA_VERS}
 CATEGORIES=    misc x11
@@ -19,7 +19,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-lua --with-glut
 
-CXXFLAGS+=     -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CXXFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index