From ce232462ec78ae811f7ce0e942484f7656a933ab Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 2 Mar 2005 13:35:20 +0000 Subject: Fix CPPFLAGS argument quoting. --- net/rinetd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rinetd') diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 38a76eb9629..3987858b989 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/02 13:35:20 wiz Exp $ # DISTNAME= rinetd @@ -16,7 +16,7 @@ NO_CONFIGURE= # defined USE_PKGINSTALL= yes BUILD_TARGET= rinetd -CPPFLAGS+= -DRINETD_CONF='\"${PKG_SYSCONFDIR}/rinetd.conf\"' +CPPFLAGS+= -DRINETD_CONF="\"${PKG_SYSCONFDIR}/rinetd.conf\"" RCD_SCRIPTS= rinetd -- cgit v1.2.3