diff options
-rw-r--r-- | games/xscavenger/Makefile | 4 | ||||
-rw-r--r-- | mail/metamail/Makefile | 4 | ||||
-rw-r--r-- | misc/fooseti/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index bc580b5078a..438f94a3760 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -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_BUILDLINK3= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -CPPFLAGS+= -DSOUNDDEV=\\\"${DEVOSSSOUND}\\\" +CPPFLAGS+= -DSOUNDDEV="\"${DEVOSSSOUND}\"" INSTALLATION_DIRS= man/man6 diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 3f00c702f22..ffc70bd9ab7 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src 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 --git a/misc/fooseti/Makefile b/misc/fooseti/Makefile index ccf57078521..6e235251c74 100644 --- a/misc/fooseti/Makefile +++ b/misc/fooseti/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 |