summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-01-01 05:09:17 +0000
committerobache <obache>2011-01-01 05:09:17 +0000
commit91a739d2a08aba382a75541be19e1d23d72dad3d (patch)
treed227afe70f3b86f178f2cd3de81cf3723b562d92
parent3ae50747360b53bf14c91db2ab8e64c2b44028f0 (diff)
downloadpkgsrc-91a739d2a08aba382a75541be19e1d23d72dad3d.tar.gz
Fixes last commit
* This package is not DESTDIR ready (need pwlib to be ready first). * "do-install" must be changed to "post-install", or INSTALL_DIRS will not errect.
-rw-r--r--net/openh323/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 2e6a8a8e396..26aa444e8d1 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2010/02/11 22:28:44 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2011/01/01 05:09:17 obache Exp $
DISTNAME= openh323-v1_15_2-src
PKGNAME= openh323-1.15.2
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.openh323.org/
COMMENT= Open H.323 library
-PKG_DESTDIR_SUPPORT= user-destdir
-
WRKSRC= ${WRKDIR}/openh323
USE_LANGUAGES= c c++
USE_TOOLS+= gmake tar
@@ -33,7 +31,7 @@ post-patch:
cd ${WRKSRC}/include; ${LN} -s . openh323
# override the openh323 install - it uses cp -d, and isn't libtool-aware
-do-install:
+post-install:
for f in ${WRKSRC}/include/*.h ; do \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/include/openh323; \
done