1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add master site for tomcat project. This would be utilized in a

future tomcat upgrade (as project jakarta was split into some
subprojects).

Approved by:	sem (mentor)
This commit is contained in:
Xin LI 2006-05-05 10:40:04 +00:00
parent d64b25b216
commit 0956bf55e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161408

View File

@ -94,6 +94,11 @@ MASTER_SITE_APACHE_JAKARTA+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT)
MASTER_SITE_APACHE_TOMCAT+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,}
.endif
.if !defined(IGNORE_MASTER_SITE_APACHE_XML)
MASTER_SITE_APACHE_XML+= \
${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,}