diff options
-rw-r--r-- | devel/pwlib/Makefile | 6 | ||||
-rw-r--r-- | devel/pwlib/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 8c5e8fb830c..e5ff7b52955 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2006/03/13 21:20:24 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2006/04/12 18:30:04 joerg Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES+= http://www.voxgratia.org/releases/ EXTRACT_SUFX= -tar.gz @@ -51,7 +51,7 @@ do-install: done ${INSTALL_DATA} ${WRKSRC}/version.h ${PREFIX}/include/ptlib cd ${WRKSRC}; \ - for f in `${FIND} include -name CVS -prune -o -name wince -prune -o -name msos -prune -o -type f -print`; do \ + for f in `${FIND} include -name CVS -prune -o -name \*.orig -prune -o -name wince -prune -o -name msos -prune -o -type f -print`; do \ ${INSTALL_DATA} $$f ${PREFIX}/$$f; \ done diff --git a/devel/pwlib/PLIST b/devel/pwlib/PLIST index edf1437c492..b69457c8f0f 100644 --- a/devel/pwlib/PLIST +++ b/devel/pwlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2004/12/01 15:41:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/04/12 18:30:04 joerg Exp $ bin/ptlib-config include/ptbuildopts.h include/ptbuildopts.h.in @@ -67,7 +67,6 @@ include/ptlib/indchan.h include/ptlib/int64.h include/ptlib/ipdsock.h include/ptlib/ipsock.h -include/ptlib/ipsock.h.orig include/ptlib/ipxsock.h include/ptlib/lists.h include/ptlib/mail.h |