diff options
author | fredb <fredb> | 2001-09-20 20:46:24 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-09-20 20:46:24 +0000 |
commit | ec976197e2b2fe23b748bc2743c2d042c08bf97a (patch) | |
tree | 77486c90ade175e018c41e55edd441ad78ac7b3a /www | |
parent | 3073725fb442b3fa7030b542b382d9dbf4740c75 (diff) | |
download | pkgsrc-ec976197e2b2fe23b748bc2743c2d042c08bf97a.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')
-rw-r--r-- | www/arena/Makefile | 4 |
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 |