diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-03 16:30:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-03 16:30:08 +0000 |
commit | 1c640e72481e59431316b934de9de26d92fbcf71 (patch) | |
tree | 876e8db7f5f4f6726ba69d2f446166c7eeb57934 /devel/log4j | |
parent | d4468fbb553ce107645bd06b80c6fb1d68bec596 (diff) |
. Use MASTER_SITE_APACHE_JAKARTA, which should greatly improve the
fetchability of this port.
Approved by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=106053
Diffstat (limited to 'devel/log4j')
-rw-r--r-- | devel/log4j/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/log4j/Makefile b/devel/log4j/Makefile index e4e73fa97dba..3bdf9213283b 100644 --- a/devel/log4j/Makefile +++ b/devel/log4j/Makefile @@ -8,7 +8,8 @@ PORTNAME= jakarta-log4j PORTVERSION= 1.2.8 CATEGORIES= java -MASTER_SITES= http://jakarta.apache.org/log4j/ +MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITE_SUBDIR= log4j/source MAINTAINER= herve.quiroz@esil.univ-mrs.fr COMMENT= Log4J, a fast and flexible logging library for Java |