pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qwt6-qt5 qwt6-qt5: fix pathname copypasta mistake



details:   https://anonhg.NetBSD.org/pkgsrc/rev/762dd6d27356
branches:  trunk
changeset: 379316:762dd6d27356
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 14 18:26:26 2022 +0000

description:
qwt6-qt5: fix pathname copypasta mistake

diffstat:

 x11/qwt6-qt5/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8f0f6441af27 -r 762dd6d27356 x11/qwt6-qt5/Makefile
--- a/x11/qwt6-qt5/Makefile     Sat May 14 18:17:50 2022 +0000
+++ b/x11/qwt6-qt5/Makefile     Sat May 14 18:26:26 2022 +0000
@@ -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 @@
 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