diff options
author | agc <agc> | 2013-03-02 08:19:36 +0000 |
---|---|---|
committer | agc <agc> | 2013-03-02 08:19:36 +0000 |
commit | 5a2d50f12a54b9e2b64f828fa7504ce1a8c33a77 (patch) | |
tree | 2f5644d21701f6c17e81d7fcb4f5cc949e066719 /devel | |
parent | ab61f870aa29d4e26b42fa61fd78a2ccad6b9206 (diff) | |
download | pkgsrc-5a2d50f12a54b9e2b64f828fa7504ce1a8c33a77.tar.gz |
some private headers were missed during installation - add them
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libuv/Makefile | 8 | ||||
-rw-r--r-- | devel/libuv/PLIST | 12 |
2 files changed, 18 insertions, 2 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index c2683e4edf7..715e8832478 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2013/03/02 07:43:40 agc Exp $ +# $NetBSD: Makefile,v 1.2 2013/03/02 08:19:36 agc Exp $ # DISTNAME= master @@ -18,8 +18,14 @@ WRKSRC= ${WRKDIR}/libuv-master USE_TOOLS+= gmake AUTO_MKDIRS= yes +HEADERS= ngx-queue.h stdint-msvc2008.h tree.h uv-bsd.h uv-darwin.h +HEADERS+= uv-linux.h uv-sunos.h uv-unix.h uv-win.h + do-install: ${INSTALL_DATA} ${WRKSRC}/include/uv.h ${DESTDIR}${PREFIX}/include/uv.h + for f in ${HEADERS}; do \ + ${INSTALL_DATA} ${WRKSRC}/include/uv-private/$$f ${DESTDIR}${PREFIX}/include/uv-private/$$f; \ + done ${INSTALL_LIB} ${WRKSRC}/libuv.a ${DESTDIR}${PREFIX}/lib/libuv.a .include "../../mk/bsd.pkg.mk" diff --git a/devel/libuv/PLIST b/devel/libuv/PLIST index 284ef15cf2f..33962b3735c 100644 --- a/devel/libuv/PLIST +++ b/devel/libuv/PLIST @@ -1,3 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2013/03/02 07:43:40 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/03/02 08:19:36 agc Exp $ include/uv.h +include/uv-private/uv-unix.h +include/uv-private/ngx-queue.h +include/uv-private/stdint-msvc2008.h +include/uv-private/tree.h +include/uv-private/uv-bsd.h +include/uv-private/uv-darwin.h +include/uv-private/uv-linux.h +include/uv-private/uv-sunos.h +include/uv-private/uv-unix.h +include/uv-private/uv-win.h lib/libuv.a |