diff options
Diffstat (limited to 'emulators/compat15-extras')
-rw-r--r-- | emulators/compat15-extras/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/compat15-extras/Makefile b/emulators/compat15-extras/Makefile index 8e49a1a6246..34bae90fe07 100644 --- a/emulators/compat15-extras/Makefile +++ b/emulators/compat15-extras/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/07 21:20:46 joerg Exp $ COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.5 +PKGREVISION= 1 HOMEPAGE= http://www.NetBSD.org/releases/formal-1.5/index.html COMMENT= Additional shared libraries for NetBSD 1.5 compatibility @@ -21,4 +22,9 @@ ACCEPTABLE_NETBSD= NetBSD-1.4[A-Z]* NetBSD-1.5 NetBSD-1.5.* NOT_FOR_PLATFORM= NetBSD-*-${MACHINE_ARCH} .endif +.if ${EMUL_ARCH} == "i386" +post-extract: + cd ${WRKSRC}/usr/lib && mv libtermlib.so.0.0 libtermlib.so.0.4 +.endif + .include "../../mk/bsd.pkg.mk" |