diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-12 02:39:29 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-12 02:39:29 +0000 |
commit | 867ffd7cee82f256290ad28c3209d7269d22c61b (patch) | |
tree | eb190dd51b046af3de11dfdd5a5a4825022b4ab9 /www/tomcat7/Makefile | |
parent | b0b0c91ac89efdc96984aa58751e8fc02b67c82b (diff) |
remove duplicate LATEST_LINK
PR: 64134
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
Notes
Notes:
svn path=/head/; revision=103721
Diffstat (limited to 'www/tomcat7/Makefile')
-rw-r--r-- | www/tomcat7/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index d544fb07f0db..29a3d5887dff 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -17,7 +17,6 @@ COMMENT= Open-source Java web server by Apache, 5.0.x branch USE_JAVA= 1.3+ NO_BUILD= YES -LATEST_LINK= jakarta-tomcat5 MAJOR_VER= ${PORTVERSION:R} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |