diff options
author | agc <agc> | 2002-04-09 13:29:48 +0000 |
---|---|---|
committer | agc <agc> | 2002-04-09 13:29:48 +0000 |
commit | 2be9c4bf74c0d36c8d667981d6022853f6d7bb26 (patch) | |
tree | 3526ea2703f30d1535e25e0b4c9eeaf48a5c13ce /net/openh323 | |
parent | 9e093320f5227b4d0aed42dce0674291a5c5b804 (diff) | |
download | pkgsrc-2be9c4bf74c0d36c8d667981d6022853f6d7bb26.tar.gz |
Don't use a custom do-build target when all that's needed is an ALL_TARGET
definition.
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 77d27363bdb..c252e400fae 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/02/06 16:58:15 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/09 13:29:48 agc Exp $ # DISTNAME= openh323_1.1beta3 @@ -27,13 +27,11 @@ MAKE_ENV+= PWLIBDIR=${PREFIX} OPENH323DIR=${WRKSRC} USE_GMAKE= yes USE_LIBTOOL= yes +ALL_TARGET= opt pre-build: -${MKDIR} ${WRKSRC}/lib; cd ${WRKSRC}/lib; ${LN} -s ${PREFIX}/lib/libpt.la -do-build: - cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} opt - post-install: cd ${WRKSRC}/include; for f in \*.h ; \ do ${INSTALL_DATA} $$f ${PREFIX}/include; done |