summaryrefslogtreecommitdiff
path: root/www/typolight
diff options
context:
space:
mode:
authortaca <taca>2009-03-17 11:15:53 +0000
committertaca <taca>2009-03-17 11:15:53 +0000
commita9979dca207561c2ccb33644835abd4a1eb0821f (patch)
tree230eb3956f5fefd841c854f4407ae0ce7dbf9ce2 /www/typolight
parenta5ccf1eca6b9168e132b6923384fb19c81fa0995 (diff)
downloadpkgsrc-a9979dca207561c2ccb33644835abd4a1eb0821f.tar.gz
Prevent extra '*.orig' files to be installed.
Bump PKGREVISION.
Diffstat (limited to 'www/typolight')
-rw-r--r--www/typolight/Makefile6
1 files changed, 5 insertions, 1 deletions
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; \