From a9979dca207561c2ccb33644835abd4a1eb0821f Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 17 Mar 2009 11:15:53 +0000 Subject: Prevent extra '*.orig' files to be installed. Bump PKGREVISION. --- www/typolight/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/typolight') diff --git a/www/typolight/Makefile b/www/typolight/Makefile index c299730268a..586459d289d 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2009/01/25 04:46:06 taca Exp $ +# $NetBSD: Makefile,v 1.12 2009/03/17 11:15:53 taca Exp $ # DISTNAME= typolight-${TL_VERSION} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} @@ -98,6 +99,9 @@ pre-configure: cd ${WRKSRC}; ${RM} -rf music_academy.css \ templates/example_website.sql tl_files/music_academy +pre-install: + ${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \; + do-install: cd ${WRKSRC}; pax -rw -pm ${WWW_FILES} ${DESTDIR}${PREFIX}/${TL_WEBDIR} cd ${WRKSRC}/system; \ -- cgit v1.2.3