summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-11 21:16:46 +0000
committerrillig <rillig>2005-12-11 21:16:46 +0000
commitd03dbb0dbfd21cc255ce295ca059c8ead405026f (patch)
tree9b6bb754563696563108ac97fecce80e8e03989e /editors
parent707f9a95131457607809c0c00bb8a1baa0ed0e96 (diff)
downloadpkgsrc-d03dbb0dbfd21cc255ce295ca059c8ead405026f.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')
-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 && \