From 8189bccc87988664e5b66bc27b6bc1c464171658 Mon Sep 17 00:00:00 2001 From: Herve Quiroz Date: Tue, 27 Dec 2005 16:12:35 +0000 Subject: Fix build when using Java 1.4: the compatibility distfile was wrong PR: 90913 Submitted by: maintainer, lesi Reported by: Yamamoto Takao , Ion-Mihai Tetcu --- www/tomcat7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/tomcat7') diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index 82d47b2d0ba0..0f57d1a27cd3 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.5.12 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= tomcat-5/v${PORTVERSION}/bin -DISTNAME= apache-tomcat-${PORTVERSION} +DISTFILES= apache-tomcat-${PORTVERSION}.tar.gz MAINTAINER= liukang@cn.freebsd.org COMMENT= Open-source Java web server by Apache, 5.5.x branch @@ -74,7 +74,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall .include .if ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} == "1.4" -DISTFILES+= ${PORTNAME}-${PORTVERSION}-compat.tar.gz +DISTFILES+= apache-tomcat-${PORTVERSION}-compat.tar.gz PLIST_SUB+= JAVA14="" .else PLIST_SUB+= JAVA14="@comment " -- cgit v1.2.3