pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache-tomcat55 Remove temporary files before inst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/36042641b1f5
branches: trunk
changeset: 515161:36042641b1f5
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 26 15:11:44 2006 +0000
description:
Remove temporary files before installation.
diffstat:
www/apache-tomcat55/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8584198dc276 -r 36042641b1f5 www/apache-tomcat55/Makefile
--- a/www/apache-tomcat55/Makefile Mon Jun 26 15:10:30 2006 +0000
+++ b/www/apache-tomcat55/Makefile Mon Jun 26 15:11:44 2006 +0000
@@ -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 @@
${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 \
Home |
Main Index |
Thread Index |
Old Index