diff options
Diffstat (limited to 'editors/lpe')
-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 f3c66bdc2d0..7c2dda928d3 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:09 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/11 21:16:46 rillig Exp $ # DISTNAME= lpe-1.2.6 @@ -23,7 +23,7 @@ SHLIBTOOL_OVERRIDE= libtool CONFIGURE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q} MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:Q} -CFLAGS+= -DPREFIX=\"{PREFIX:Q}\" +CFLAGS+= -DPREFIX=\"${PREFIX:Q}\" post-patch: @cd ${WRKSRC}/man && \ |