diff options
author | mjl <mjl@pkgsrc.org> | 2004-10-08 22:09:55 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-10-08 22:09:55 +0000 |
commit | 19448139d723ba6a8d3e871643cbded43175b4e2 (patch) | |
tree | 9b61e10890ac0c849f16eb585a7a81b2b89a7bc1 /devel/pwlib | |
parent | a56045d241319767a79530bd8b438a50b84fd485 (diff) | |
download | pkgsrc-19448139d723ba6a8d3e871643cbded43175b4e2.tar.gz |
Also install ptlib/version.h
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 3 | ||||
-rw-r--r-- | devel/pwlib/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 2ce0b042e5d..d4ee67ac961 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/10/08 21:02:53 mjl Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/08 22:09:55 mjl Exp $ # DISTNAME= pwlib_1.5.2 @@ -47,6 +47,7 @@ do-install: ${_PKG_SILENT}cd ${WRKSRC}/tools/asnparser && ${MAKE_ENV} ${GMAKE} install ${INSTALL_DATA_DIR} ${PREFIX}/include/ptclib ${INSTALL_DATA_DIR} ${PREFIX}/include/ptlib/unix/ptlib + ${INSTALL_DATA} ${WRKSRC}/version.h ${PREFIX}/include/ptlib cd ${WRKSRC}/include; \ for f in `${FIND} . -name CVS -prune -o -type f -print | ${GREP} -v 'ptbuildopts'`; do \ ${INSTALL_DATA} $$f ${PREFIX}/include/`${DIRNAME} $$f`; \ diff --git a/devel/pwlib/PLIST b/devel/pwlib/PLIST index 4a9ba95ec89..5ee87df3710 100644 --- a/devel/pwlib/PLIST +++ b/devel/pwlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/10/08 21:02:53 mjl Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/10/08 22:09:55 mjl Exp $ bin/asnparser include/ptclib/asnber.h include/ptclib/asner.h @@ -122,6 +122,7 @@ include/ptlib/unix/ptlib/video.h include/ptlib/unix/ptlib/videoio.h include/ptlib/unix/ptlib/videoio1394avc.h include/ptlib/vconvert.h +include/ptlib/version.h include/ptlib/vfakeio.h include/ptlib/video.h include/ptlib/videoio.h |