diff options
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r-- | net/openh323/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index c86a9126bd1..152c8f91717 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2005/12/05 20:50:47 rillig Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -15,10 +15,10 @@ USE_TOOLS+= gmake tar USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= PWLIBDIR=${PREFIX} +CONFIGURE_ARGS+= PWLIBDIR=${PREFIX:Q} BUILD_TARGET= opt apps -MAKE_ENV+= PWLIBDIR=${PREFIX}/share/pwlib OPENH323DIR=${WRKSRC} +MAKE_ENV+= PWLIBDIR=${PREFIX}/share/pwlib OPENH323DIR=${WRKSRC:Q} MAKE_ENV+= SYSLIBDIR=${PREFIX}/lib post-extract: |