summaryrefslogtreecommitdiff
path: root/editors/lpe
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-02-14 09:07:51 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-02-14 09:07:51 +0000
commit11c8e72b70176b101907bdf3da268445a5d5d221 (patch)
tree05363b567be33f24014702bb728a18d65a935f0b /editors/lpe
parent32011271df704f2206ba9f70d7f3026c77c70f0a (diff)
downloadpkgsrc-11c8e72b70176b101907bdf3da268445a5d5d221.tar.gz
Fix quoting.
Diffstat (limited to 'editors/lpe')
-rw-r--r--editors/lpe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index 4d462d1e91c..d42cf444d7e 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:14:38 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/14 09:08:48 uebayasi Exp $
#
DISTNAME= lpe-1.2.6
@@ -24,7 +24,7 @@ SHLIBTOOL_OVERRIDE= libtool
CONFIGURE_ENV= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
MAKE_ENV= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
-CFLAGS= -DPREFIX=\"\\\"${PREFIX}\\\"\"
+CFLAGS= -DPREFIX="\"{PREFIX}\""
post-patch:
@cd ${WRKSRC}/man && \