diff options
author | mjl <mjl> | 2004-10-17 13:37:43 +0000 |
---|---|---|
committer | mjl <mjl> | 2004-10-17 13:37:43 +0000 |
commit | 2362912286d92ea26d886a4be96de09bb37efd93 (patch) | |
tree | 1596b709a0fe63fad70693098a9aaebf15856c5c /net/openh323/Makefile | |
parent | 1b09cf38c0b05148bfb8a73ae309908cb2128282 (diff) | |
download | pkgsrc-2362912286d92ea26d886a4be96de09bb37efd93.tar.gz |
Build example apps at build time, or else they'd be built at install
time under the root user.
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r-- | net/openh323/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index fbd99c20630..8c183cca148 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/10/09 16:01:23 mjl Exp $ +# $NetBSD: Makefile,v 1.26 2004/10/17 13:37:43 mjl Exp $ # DISTNAME= openh323-v1_15_1-src @@ -21,7 +21,7 @@ USE_PKGINSTALL= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes GNU_CONFIGURE= yes -ALL_TARGET= opt +ALL_TARGET= opt apps post-extract: cd ${WRKDIR}; ${TAR} -xf ${DISTNAME:S/$/-tar/} |