diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-26 15:11:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-26 15:11:44 +0000 |
commit | d38bec27589787c85bbac7dd7ac219c0d50758f1 (patch) | |
tree | aa3c33a033fd67af1188cd4ec28df110252e1136 /www/apache-tomcat55 | |
parent | 7a3aff9aeb9e4f026fa65bacf73b18a18eacf716 (diff) | |
download | pkgsrc-d38bec27589787c85bbac7dd7ac219c0d50758f1.tar.gz |
Remove temporary files before installation.
Diffstat (limited to 'www/apache-tomcat55')
-rw-r--r-- | www/apache-tomcat55/Makefile | 3 |
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 \ |