From c6ff02324340efa3aa10fe99346f89f22c1a371e Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 12 Apr 2006 18:30:04 +0000 Subject: Don't install *.orig files. Bump revision. --- devel/pwlib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/pwlib/Makefile') 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 -- cgit v1.2.3