diff options
author | uebayasi <uebayasi> | 2005-02-17 03:00:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-02-17 03:00:33 +0000 |
commit | 8d16067a75bf3f8fbc341982c34be6f94000d09f (patch) | |
tree | 53c4cd6c1f1a8caf2945e5f60b37dd20b11a2a07 /net/latd | |
parent | e1b971183b610f08ccff1664185e94630ebda141 (diff) | |
download | pkgsrc-8d16067a75bf3f8fbc341982c34be6f94000d09f.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 |