From 16977b4e028589026639263fb988b602e90d5909 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 20 Sep 2001 20:46:24 +0000 Subject: Don't depend on the internals of MACHINE_GNU_PLATFORM. Rather, figure the ${host_os} suffix roughly the same way that arena's configure script does. This should really fix PR pkg/13957. --- www/arena/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/arena') diff --git a/www/arena/Makefile b/www/arena/Makefile index 99d7995b184..f77bb50ce78 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2001/09/20 04:56:21 fredb Exp $ +# $NetBSD: Makefile,v 1.39 2001/09/20 20:46:24 fredb Exp $ DISTNAME= arena-0.3.62 PKGNAME= arena-0.3.62nb1 @@ -43,7 +43,7 @@ pre-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/Arena/${LOWER_OPSYS}/arena ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/Arena/${MACHINE_GNU_PLATFORM:C/.*-.*-//}/arena ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/Arena/Source/arenarc ${PREFIX}/share/examples/ if [ ! -f ${LOCALBASE}/etc/arenarc ]; then \ ${CP} ${PREFIX}/share/examples/arenarc ${LOCALBASE}/etc/; fi -- cgit v1.2.3