summaryrefslogtreecommitdiff
path: root/editors/lpe
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-11 21:16:46 +0000
committerrillig <rillig@pkgsrc.org>2005-12-11 21:16:46 +0000
commita2e64eafd608b772ede84f2d03988f8c466781e2 (patch)
tree9b6bb754563696563108ac97fecce80e8e03989e /editors/lpe
parentaefc76684d13f757b26b5f95a2750fb804d54b91 (diff)
downloadpkgsrc-a2e64eafd608b772ede84f2d03988f8c466781e2.tar.gz
Fixed the bug that has been introduced with the pkglint patch on Dec 05.
I had written {PREFIX:Q} instead of ${PREFIX:Q}.
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 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 && \