diff options
Diffstat (limited to 'editors/lpe/Makefile')
-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 && \ |