From 6f5e635944f96630d8aa31bfedb3dc16482a7040 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Thu, 5 Dec 2002 11:59:45 +0000 Subject: install simph323 via make install in it's build directory, rather than hardcoding the path to built binary in pkg Makefile; this is more libtool friendly Pointed out by Daniel Carosone in private e-mail. --- net/openh323/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 6e220a29444..6e523f793a1 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/12/03 21:48:17 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/05 11:59:45 jdolecek Exp $ # DISTNAME= openh323_1.10.4 @@ -41,8 +41,7 @@ do-install: cd ${WRKSRC}/include; \ for f in \*.h ; \ do ${INSTALL_DATA} $$f ${PREFIX}/include/openh323; done - ${INSTALL_PROGRAM} ${WRKDIR}/openh323/samples/simple/obj_*/simph323 \ - ${PREFIX}/bin/simph323 + cd ${WRKSRC}/samples/simple; ${MAKE_ENV} ${GMAKE} install -${INSTALL_DATA_DIR} ${PREFIX}/share/openh323 cd ${WRKSRC}; ${INSTALL_DATA} openh323u.mak ${PREFIX}/share/openh323 -- cgit v1.2.3