summaryrefslogtreecommitdiff
path: root/www/arena
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-09-20 20:46:24 +0000
committerfredb <fredb@pkgsrc.org>2001-09-20 20:46:24 +0000
commit5cc43c81737ebb4a0c1810df54ec1b921db11586 (patch)
tree77486c90ade175e018c41e55edd441ad78ac7b3a /www/arena
parent7ec92c14b7ef70f02c934b7450969809483290cd (diff)
downloadpkgsrc-5cc43c81737ebb4a0c1810df54ec1b921db11586.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