aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-05-05 10:40:04 +0000
committerXin LI <delphij@FreeBSD.org>2006-05-05 10:40:04 +0000
commit0956bf55e3462f85752bf96dd0b55308e84607fa (patch)
tree36073e54f9654353245bc714ecb5565f5612db90 /Mk/bsd.sites.mk
parentd64b25b21632501d745d2503a30615ee6bdf0853 (diff)
downloadports-0956bf55e3462f85752bf96dd0b55308e84607fa.tar.gz
ports-0956bf55e3462f85752bf96dd0b55308e84607fa.zip
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)
Notes
Notes: svn path=/head/; revision=161408
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 08c5c602c1a3..d9ba00a48a9f 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -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/&,}