pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rinetd Fix CPPFLAGS argument quoting.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12e805627c51
branches:  trunk
changeset: 490026:12e805627c51
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 02 13:35:20 2005 +0000

description:
Fix CPPFLAGS argument quoting.

diffstat:

 net/rinetd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 23aa695e3b09 -r 12e805627c51 net/rinetd/Makefile
--- a/net/rinetd/Makefile       Wed Mar 02 13:31:33 2005 +0000
+++ b/net/rinetd/Makefile       Wed Mar 02 13:35:20 2005 +0000
@@ -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 @@
 USE_PKGINSTALL=                yes
 BUILD_TARGET=          rinetd
 
-CPPFLAGS+=             -DRINETD_CONF='\"${PKG_SYSCONFDIR}/rinetd.conf\"'
+CPPFLAGS+=             -DRINETD_CONF="\"${PKG_SYSCONFDIR}/rinetd.conf\""
 
 RCD_SCRIPTS=           rinetd
 



Home | Main Index | Thread Index | Old Index