pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pwlib Install ptbuildopts.h too.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3147d7f85c05
branches: trunk
changeset: 481625:3147d7f85c05
user: mjl <mjl%pkgsrc.org@localhost>
date: Fri Oct 08 22:49:56 2004 +0000
description:
Install ptbuildopts.h too.
diffstat:
devel/pwlib/Makefile | 8 ++++----
devel/pwlib/PLIST | 4 +++-
2 files changed, 7 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r 8ec29c695881 -r 3147d7f85c05 devel/pwlib/Makefile
--- a/devel/pwlib/Makefile Fri Oct 08 22:31:02 2004 +0000
+++ b/devel/pwlib/Makefile Fri Oct 08 22:49:56 2004 +0000
@@ -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 @@
${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 -r 8ec29c695881 -r 3147d7f85c05 devel/pwlib/PLIST
--- a/devel/pwlib/PLIST Fri Oct 08 22:31:02 2004 +0000
+++ b/devel/pwlib/PLIST Fri Oct 08 22:49:56 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index