pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ipe ipe: avoid explicit version number, use $...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/379a3b5ba537
branches:  trunk
changeset: 327437:379a3b5ba537
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 01 19:59:37 2019 +0000

description:
ipe: avoid explicit version number, use ${PKGVERSION_NOREV}

diffstat:

 graphics/ipe/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f54204046607 -r 379a3b5ba537 graphics/ipe/Makefile
--- a/graphics/ipe/Makefile     Tue Jan 01 19:58:09 2019 +0000
+++ b/graphics/ipe/Makefile     Tue Jan 01 19:59:37 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/01/01 16:30:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/01 19:59:37 wiz Exp $
 
 DISTNAME=      ipe-7.2.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -20,7 +20,7 @@
 MAKE_ENV+=     MOC=${QTDIR}/bin/moc
 MAKE_ENV+=     IPEMANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-CHECK_INTERPRETER_SKIP=        share/ipe/7.2.7/scripts/*.lua
+CHECK_INTERPRETER_SKIP=        share/ipe/${PKGVERSION_NOREV}/scripts/*.lua
 
 LUA_VERSIONS_ACCEPTED= 53
 



Home | Main Index | Thread Index | Old Index