diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 03:00:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 03:00:33 +0000 |
commit | 707aa2a297dd2a84783bb720ff01c474d6c917bf (patch) | |
tree | 53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /net/latd | |
parent | 5778f1ffd4b9e74ddc6860ee001956e732d37357 (diff) | |
download | pkgsrc-707aa2a297dd2a84783bb720ff01c474d6c917bf.tar.gz |
Fix quoting.
Diffstat (limited to 'net/latd')
-rw-r--r-- | net/latd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile index 60a5dcbdffa..52574a73abd 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/25 08:21:53 snj Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/17 03:01:30 uebayasi Exp $ # DISTNAME= latd-1.18 @@ -13,7 +13,7 @@ USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CPPFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\" +CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" EGDIR= ${PREFIX}/share/examples/latd CONF_FILES= ${EGDIR}/latd.conf ${PKG_SYSCONFDIR}/latd.conf |