summaryrefslogtreecommitdiff
path: root/www/apache-tomcat55
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-26 15:11:44 +0000
committerjoerg <joerg>2006-06-26 15:11:44 +0000
commit9ac6bd126b0d20b96d3df5730cfa734f60acd944 (patch)
treeaa3c33a033fd67af1188cd4ec28df110252e1136 /www/apache-tomcat55
parent8ca366f80d6a97af324338992ed9969d911e89ff (diff)
downloadpkgsrc-9ac6bd126b0d20b96d3df5730cfa734f60acd944.tar.gz
Remove temporary files before installation.
Diffstat (limited to 'www/apache-tomcat55')
-rw-r--r--www/apache-tomcat55/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache-tomcat55/Makefile b/www/apache-tomcat55/Makefile
index 96446473917..e0ea3d1237c 100644
--- a/www/apache-tomcat55/Makefile
+++ b/www/apache-tomcat55/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:11:18 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/26 15:11:44 joerg Exp $
DISTNAME= apache-tomcat-${TOMCAT_VERSION}
PKGREVISION= 1
@@ -68,6 +68,7 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/conf/${CATALINA_DIR}/${f} ${EGDIR2}
.endfor
${INSTALL_DATA_DIR} ${TOMCAT_LIB}
+ ${RM} -r ${WRKSRC}/temp/*
@(cd ${WRKSRC} && ${PAX} -rw -pm . ${TOMCAT_LIB}; \
${FIND} ${TOMCAT_LIB} -type f -print | ${XARGS} ${CHMOD} a+r; \
${FIND} ${TOMCAT_LIB} \( -type f -o -perm -u+x \) -print \