pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openh323 Build example apps at build time, or else...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2140d7b6359a
branches:  trunk
changeset: 482004:2140d7b6359a
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Sun Oct 17 13:37:43 2004 +0000

description:
Build example apps at build time, or else they'd be built at install
time under the root user.

diffstat:

 net/openh323/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12c476533186 -r 2140d7b6359a net/openh323/Makefile
--- a/net/openh323/Makefile     Sun Oct 17 07:25:15 2004 +0000
+++ b/net/openh323/Makefile     Sun Oct 17 13:37:43 2004 +0000
@@ -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_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/}



Home | Main Index | Thread Index | Old Index