summaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authoragc <agc>2002-04-09 13:29:48 +0000
committeragc <agc>2002-04-09 13:29:48 +0000
commit7a1f063fdfa64a3a57541e2f7fa9e7a46a562761 (patch)
tree3526ea2703f30d1535e25e0b4c9eeaf48a5c13ce /net/openh323
parentad9dd4600bd9b4b870f63aae1e88d87d809183a6 (diff)
downloadpkgsrc-7a1f063fdfa64a3a57541e2f7fa9e7a46a562761.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/Makefile6
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