pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lemon devel/lemon: fix typo in SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c93221256b09
branches:  trunk
changeset: 428163:c93221256b09
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 17:34:37 2020 +0000

description:
devel/lemon: fix typo in SUBST_FILES

diffstat:

 devel/lemon/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e492b60ca33d -r c93221256b09 devel/lemon/Makefile
--- a/devel/lemon/Makefile      Sat Apr 25 17:25:24 2020 +0000
+++ b/devel/lemon/Makefile      Sat Apr 25 17:34:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/26 17:30:58 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/25 17:34:37 rillig Exp $
 
 .include "../../databases/sqlite3/Makefile.common"
 
@@ -12,6 +12,7 @@
 # - reflect reality and make it human readable without checking the sources
 
 PKGNAME=       lemon-${LEMON_VERSION}.${SQLITE3_VERSION}
+PKGREVISION=   1
 DISTNAME=      sqlite-src-${SQLITE3_DISTVERSION}
 CATEGORIES=    devel
 EXTRACT_SUFX=  .zip
@@ -24,7 +25,7 @@
 INSTALLATION_DIRS=     bin share/lemon share/doc/lemon
 
 SUBST_CLASSES+=                paths
-SUBST_FILES.paths=     lemon.c
+SUBST_FILES.paths=     tool/lemon.c
 SUBST_SED.paths+=      -e 's,"lempar.c","${PREFIX}/share/lemon/lempar.c",g'
 SUBST_STAGE.paths=     pre-configure
 



Home | Main Index | Thread Index | Old Index