pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/veusz



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Oct 30 00:38:11 UTC 2019

Modified Files:
        pkgsrc/graphics/veusz: Makefile

Log Message:
veusz: Adapt for new SIP_DIR


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/veusz/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/veusz/Makefile
diff -u pkgsrc/graphics/veusz/Makefile:1.58 pkgsrc/graphics/veusz/Makefile:1.59
--- pkgsrc/graphics/veusz/Makefile:1.58 Tue Oct 29 19:17:08 2019
+++ pkgsrc/graphics/veusz/Makefile      Wed Oct 30 00:38:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2019/10/29 19:17:08 kamil Exp $
+# $NetBSD: Makefile,v 1.59 2019/10/30 00:38:11 kamil Exp $
 
 DISTNAME=              veusz-3.1
 CATEGORIES=            graphics
@@ -25,7 +25,7 @@ INSTALLATION_DIRS+=   share/icons/hicolor/
 INSTALLATION_DIRS+=    share/mime/packages
 
 ALL_ENV+=              QMAKE_EXE=${QTDIR}/bin/qmake
-ALL_ENV+=              SIP_DIR=${PREFIX}/share/sip
+ALL_ENV+=              SIP_DIR=${PREFIX}/share/sip${PYVERSSUFFIX}
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/support/veusz.desktop \



Home | Main Index | Thread Index | Old Index