pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qwt6-qt5



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat May 14 18:26:27 UTC 2022

Modified Files:
        pkgsrc/x11/qwt6-qt5: Makefile

Log Message:
qwt6-qt5: fix pathname copypasta mistake


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qwt6-qt5/Makefile

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

Modified files:

Index: pkgsrc/x11/qwt6-qt5/Makefile
diff -u pkgsrc/x11/qwt6-qt5/Makefile:1.23 pkgsrc/x11/qwt6-qt5/Makefile:1.24
--- pkgsrc/x11/qwt6-qt5/Makefile:1.23   Sat May 14 16:18:30 2022
+++ pkgsrc/x11/qwt6-qt5/Makefile        Sat May 14 18:26:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/05/14 16:18:30 tnn Exp $
+# $NetBSD: Makefile,v 1.24 2022/05/14 18:26:26 tnn Exp $
 
 DISTNAME=      qwt-6.1.5
 PKGNAME=       qwt6-qt5-6.1.5
@@ -40,8 +40,8 @@ CHECK_SHLIBS_SKIP+=   qt5/plugins/designer
 post-install:
 .if ${OPSYS} == "Darwin"
        install_name_tool       \
-         -id       ${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib  \
-         ${DESTDIR}${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib
+         -id       ${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib      \
+         ${DESTDIR}${PREFIX}/qwt-${PKGVERSION_NOREV}/lib/libqwt.${PKGVERSION_NOREV}.dylib
 .endif
 
 .include "../../x11/qt5-qttools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index