diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 09:07:51 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 09:07:51 +0000 |
commit | b409f11f3da73799edcf961f3e1dc175ff977dc3 (patch) | |
tree | 05363b567be33f24014702bb728a18d65a935f0b /editors | |
parent | 29e99fb7c6ace6c07eb2c6043fa5290cd5fafa96 (diff) | |
download | pkgsrc-b409f11f3da73799edcf961f3e1dc175ff977dc3.tar.gz |
Fix quoting.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lpe/Makefile | 4 |
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 && \ |