Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2025 08:54:20 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e4c3c803fd77 - main - x11-toolkits/tk90: fix symlinks
Message-ID:  <202501130854.50D8sKu7054919@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e4c3c803fd7765c12357f3ece27d973ec0debda2

commit e4c3c803fd7765c12357f3ece27d973ec0debda2
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2025-01-13 08:52:44 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2025-01-13 08:54:18 +0000

    x11-toolkits/tk90: fix symlinks
    
    PR:             283991
    Reported by:    vishwin
---
 x11-toolkits/tk90/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-toolkits/tk90/Makefile b/x11-toolkits/tk90/Makefile
index 8fb0dfdb26c0..ef8f9e7315ee 100644
--- a/x11-toolkits/tk90/Makefile
+++ b/x11-toolkits/tk90/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tk
 DISTVERSION=	${TK_VERSION}${TK_RC}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/tcl/Tcl/${TK_VERSION}
 PKGNAMESUFFIX=	${SHORT_TK_VER}
@@ -91,8 +91,8 @@ post-patch:
 
 post-install:
 	# Make sure users of USES=tk:90 are able to look up the library
-	${LN} -fs libtk${TK_VER}.so ${STAGEDIR}${PREFIX}/lib/libtk${PKGNAMESUFFIX}.so
-	${LN} -fs libtk${PKGNAMESUFFIX}.so ${STAGEDIR}${PREFIX}/lib/libtk${PKGNAMESUFFIX}.so.1
+	${LN} -fs lib${TCL_PKG_LIB_PREFIX}tk${TK_VER}.so ${STAGEDIR}${PREFIX}/lib/libtk${PKGNAMESUFFIX}.so
+	${LN} -fs lib${TCL_PKG_LIB_PREFIX}tk${TK_VER}.so ${STAGEDIR}${PREFIX}/lib/libtk${PKGNAMESUFFIX}.so.1
 
 do-test:
 	cd ${WRKSRC} && ${MAKE} test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501130854.50D8sKu7054919>