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 | ef448ce16aca9c1dbfa020582caabc95f8333321 (patch) | |
tree | 9b61e10890ac0c849f16eb585a7a81b2b89a7bc1 /devel/pwlib/Makefile | |
parent | 73324346e7e3d3c0bec53849f71548d413fbdaaf (diff) | |
download | pkgsrc-ef448ce16aca9c1dbfa020582caabc95f8333321.tar.gz |
Also install ptlib/version.h
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 3 |
1 files changed, 2 insertions, 1 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`; \ |