pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/lpe Fixed the bug that has been introduced wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aef22ad7149f
branches:  trunk
changeset: 504477:aef22ad7149f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 11 21:16:46 2005 +0000

description:
Fixed the bug that has been introduced with the pkglint patch on Dec 05.
I had written {PREFIX:Q} instead of ${PREFIX:Q}.

diffstat:

 editors/lpe/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41b1be3f6c82 -r aef22ad7149f editors/lpe/Makefile
--- a/editors/lpe/Makefile      Sun Dec 11 21:13:44 2005 +0000
+++ b/editors/lpe/Makefile      Sun Dec 11 21:16:46 2005 +0000
@@ -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 @@
 
 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 &&                            \



Home | Main Index | Thread Index | Old Index