pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ipe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  1 19:59:37 UTC 2019

Modified Files:
        pkgsrc/graphics/ipe: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/ipe/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ipe/Makefile
diff -u pkgsrc/graphics/ipe/Makefile:1.1 pkgsrc/graphics/ipe/Makefile:1.2
--- pkgsrc/graphics/ipe/Makefile:1.1    Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/Makefile        Tue Jan  1 19:59:37 2019
@@ -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+=    DL_LIBS=${DL_LIBS}
 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