summaryrefslogtreecommitdiff
path: root/www/arena
diff options
context:
space:
mode:
authorfredb <fredb>2001-09-20 20:46:24 +0000
committerfredb <fredb>2001-09-20 20:46:24 +0000
commit16977b4e028589026639263fb988b602e90d5909 (patch)
tree77486c90ade175e018c41e55edd441ad78ac7b3a /www/arena
parentaa45e3dc810b274e53f2f45f74650f43108ad056 (diff)
downloadpkgsrc-16977b4e028589026639263fb988b602e90d5909.tar.gz
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.
Diffstat (limited to 'www/arena')
-rw-r--r--www/arena/Makefile4
1 files changed, 2 insertions, 2 deletions
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