summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-05-10 14:24:47 +0000
committertaca <taca@pkgsrc.org>2021-05-10 14:24:47 +0000
commit979a72d838b0f3f1ef5933768ec79206d170ebb7 (patch)
treeecda071fd3036bcd5123c5f520682d2783671b1f /emulators
parent6e327ed5d7d8507d57324444141f9bf920aa70b0 (diff)
downloadpkgsrc-979a72d838b0f3f1ef5933768ec79206d170ebb7.tar.gz
emulators/compat15-extras: fix symbolic link
Fix symbolic link for libtermlib. Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat15-extras/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/compat15-extras/Makefile b/emulators/compat15-extras/Makefile
index 55d66a170da..3f4793c96ec 100644
--- a/emulators/compat15-extras/Makefile
+++ b/emulators/compat15-extras/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:48 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/05/10 14:24:47 taca Exp $
COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common
NETBSD_VERSION= 1.5
-PKGREVISION= 1
+PKGREVISION= 2
HOMEPAGE= https://www.NetBSD.org/releases/formal-1.5/index.html
COMMENT= Additional shared libraries for NetBSD 1.5 compatibility
@@ -24,7 +24,8 @@ NOT_FOR_PLATFORM= NetBSD-*-${MACHINE_ARCH}
.if ${EMUL_ARCH} == "i386"
post-extract:
- cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4
+ cd ${WRKSRC}/usr/lib && rm -f libtermlib.so.0.0 && \
+ ln -fs libtermcap.so.0.4 libtermlib.so.0.4
.endif
CHECK_RELRO_SKIP+= *