diff options
author | agc <agc> | 1998-11-16 14:56:07 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-16 14:56:07 +0000 |
commit | 8ffe8baddd8828b270920a12c16e2f4f575a2b6b (patch) | |
tree | 37ebae6e1589de2d56f960d6dfb769ad536ebf5b /mbone | |
parent | ba2d2af9988dae3fbf4ca6017ff3cda23a826124 (diff) | |
download | pkgsrc-8ffe8baddd8828b270920a12c16e2f4f575a2b6b.tar.gz |
Use ${OPSYS} and ${OS_VERSION}.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 7e1d8dd07a1..9166b0961ca 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/11/05 02:46:09 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1998/11/16 14:56:07 agc Exp $ # DISTNAME= rat-3.0.28 @@ -23,7 +23,7 @@ do-build: do-install: cd ${WRKSRC} && ( \ ${INSTALL_PROGRAM} \ - bin/$${USER:=`whoami`}/rat-`uname -s`-`uname -r` \ + bin/$${USER:=`whoami`}/rat-${OPSYS}-${OS_VERSION} \ ${PREFIX}/bin/rat; \ ${INSTALL_MAN} \ man/man1/rat.1 ${PREFIX}/man/man1/rat.1 ) |