diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-14 18:45:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-14 18:45:59 +0000 |
commit | 00e9d3d4a3ed6b4a318a3f704ee6f22253ed44a7 (patch) | |
tree | f721f7afd37ea6b222d2e32a9418244c3f6c0444 | |
parent | Fix on -current with gcc 3.3. (diff) |
Don't hardcode `i386'.
PR: 53469
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=84890
-rw-r--r-- | net/b2bua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile index 3e8adf1bba13..827592738425 100644 --- a/net/b2bua/Makefile +++ b/net/b2bua/Makefile @@ -25,7 +25,7 @@ MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \ VOCAL_USE_SYSTEM_LIBXML=true do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.i386/b2bua \ + ${INSTALL_PROGRAM} ${WRKSRC}/sip/b2b/bin.nodebug.FreeBSD.${MACHINE_ARCH}/b2bua \ ${PREFIX}/bin ${MKDIR} ${DOCSDIR} .for file in LICENSE HOWTO HOWTO.PROV b2bdesign.pdf |