summaryrefslogtreecommitdiff
path: root/editors/lpe
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-14 09:07:51 +0000
committeruebayasi <uebayasi>2005-02-14 09:07:51 +0000
commit9ddaf6975614e01bb138d50ac2802ed2b74fd25f (patch)
tree05363b567be33f24014702bb728a18d65a935f0b /editors/lpe
parentf18fa042bd0c820799db3c79bd62270e6d0c22f4 (diff)
downloadpkgsrc-9ddaf6975614e01bb138d50ac2802ed2b74fd25f.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 && \