summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pwlib/Makefile8
-rw-r--r--devel/pwlib/PLIST4
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