summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-03-07 09:53:33 +0000
committeruebayasi <uebayasi>2005-03-07 09:53:33 +0000
commitb29edfaf4d1e76812894ff4e353d5946acce111c (patch)
treed3b28edbd99227a740fc6381af9246d94cbe737c
parent0c0ec53eafa2c1b34cf0c0f9819dfe163448003a (diff)
downloadpkgsrc-b29edfaf4d1e76812894ff4e353d5946acce111c.tar.gz
Fix quoting.
-rw-r--r--mail/distribute/Makefile10
-rw-r--r--mail/ezmlm-idx/Makefile4
-rw-r--r--mail/mess822/Makefile4
-rw-r--r--misc/celestia/Makefile.common4
4 files changed, 11 insertions, 11 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile
index fde9ed9394b..6c0a0770032 100644
--- a/mail/distribute/Makefile
+++ b/mail/distribute/Makefile
@@ -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 @@ MAILINGLIST_DIR= /var/mail-list
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 --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index 58a67337949..396fefe7e13 100644
--- a/mail/ezmlm-idx/Makefile
+++ b/mail/ezmlm-idx/Makefile
@@ -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 @@ NO_BIN_ON_FTP= ${RESTRICTED}
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 --git a/mail/mess822/Makefile b/mail/mess822/Makefile
index f7435ccdaf7..7b003a17892 100644
--- a/mail/mess822/Makefile
+++ b/mail/mess822/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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 --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common
index 74fc23a48bb..bb30f7fe1af 100644
--- a/misc/celestia/Makefile.common
+++ b/misc/celestia/Makefile.common
@@ -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 @@ USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-lua --with-glut
-CXXFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
.include "../../mk/bsd.prefs.mk"