diff options
author | mjl <mjl@pkgsrc.org> | 2004-10-08 22:49:56 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-10-08 22:49:56 +0000 |
commit | b746bcf91698cc594e43003c3c4fd07e534fdb60 (patch) | |
tree | 1e5c7743e5232af917b026eccdf66c7357bbd136 /devel/pwlib | |
parent | 45c6b30c1a5ed6791c4cfc306aaeeb5061f30ed2 (diff) | |
download | pkgsrc-b746bcf91698cc594e43003c3c4fd07e534fdb60.tar.gz |
Install ptbuildopts.h too.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 8 | ||||
-rw-r--r-- | devel/pwlib/PLIST | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index d4ee67ac961..972cd7b8788 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/10/08 22:09:55 mjl Exp $ +# $NetBSD: Makefile,v 1.32 2004/10/08 22:49:56 mjl Exp $ # DISTNAME= pwlib_1.5.2 @@ -48,9 +48,9 @@ do-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`; \ + cd ${WRKSRC}; \ + for f in `${FIND} include -name CVS -prune -o -type f -print`; do \ + ${INSTALL_DATA} $$f ${PREFIX}/$$f; \ done ${INSTALL_DATA_DIR} ${PREFIX}/share/pwlib/make cd ${WRKSRC}/make; \ diff --git a/devel/pwlib/PLIST b/devel/pwlib/PLIST index 5ee87df3710..1be989bb6ac 100644 --- a/devel/pwlib/PLIST +++ b/devel/pwlib/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.7 2004/10/08 22:09:55 mjl Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/10/08 22:49:56 mjl Exp $ bin/asnparser +include/ptbuildopts.h +include/ptbuildopts.h.in include/ptclib/asnber.h include/ptclib/asner.h include/ptclib/asnper.h |