View | Details | Raw Unified | Return to bug 115680
Collapse All | Expand All

(-)/usr/home/tomasv/ports/www/tomcat55/Makefile (-3 / +2 lines)
Lines 2-13 Link Here
2
# Date created:		Tue Aug 12 23:26:32 CST 2003
2
# Date created:		Tue Aug 12 23:26:32 CST 2003
3
# Whom:			Kang Liu <liukang@bjpu.edu.cn>
3
# Whom:			Kang Liu <liukang@bjpu.edu.cn>
4
#
4
#
5
# $FreeBSD: ports/www/tomcat55/Makefile,v 1.42 2007/08/20 08:56:50 miwi Exp $
5
# $FreeBSD: ports/www/tomcat55/Makefile,v 1.41 2007/05/19 20:25:33 flz Exp $
6
#
6
#
7
7
8
PORTNAME=	tomcat
8
PORTNAME=	tomcat
9
PORTVERSION=	5.5.23
9
PORTVERSION=	5.5.23
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	www java
11
CATEGORIES=	www java
12
MASTER_SITES=	${MASTER_SITE_APACHE}
12
MASTER_SITES=	${MASTER_SITE_APACHE}
13
MASTER_SITE_SUBDIR=	tomcat/tomcat-5/v${PORTVERSION}/bin
13
MASTER_SITE_SUBDIR=	tomcat/tomcat-5/v${PORTVERSION}/bin
Lines 136-142 Link Here
136
	@${FIND} ${APP_HOME} -type d | while read a; do\
136
	@${FIND} ${APP_HOME} -type d | while read a; do\
137
		${CHMOD} 755 "$$a"; \
137
		${CHMOD} 755 "$$a"; \
138
	done
138
	done
139
	@${CHMOD} 755 `${FIND} ${APP_HOME} -type d`
140
	@${ECHO_MSG} " [ DONE ]"
139
	@${ECHO_MSG} " [ DONE ]"
141
140
142
post-install:
141
post-install:

Return to bug 115680