From ed303487234901b60191a924af50f21eda692bab Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Tue, 6 Jan 2004 07:31:44 +0000 Subject: - Allow some Makefile variables to be overriden by slave port(s) - Remove maintainer's URL from MASTER_SITES PR: 60962 Submitted by: maintainer --- devel/ace+tao/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'devel/ace+tao') diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile index fe64ff5f5078..e827a3b27925 100644 --- a/devel/ace+tao/Makefile +++ b/devel/ace+tao/Makefile @@ -5,17 +5,18 @@ # $FreeBSD$ # -PORTNAME= ace+tao -PORTVERSION= ${ACE_VERSION}+${TAO_VERSION} +PORTNAME?= ace+tao +PORTVERSION?= ${ACE_VERSION}+${TAO_VERSION} CATEGORIES= devel # The distfile does not have version numbers, so try my mirror first MASTER_SITES= http://deuce.doc.wustl.edu/ \ - http://www.ciam.ru/~sem/FreeBSD/ \ http://www.navicon.dk/mirrors/ace/deuce.doc.wustl.edu/ -DISTNAME= ${PORTNAME:U} +DISTNAME?= ${PORTNAME:U} MAINTAINER= sem@ciam.ru -COMMENT= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) +COMMENT?= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) + +CONFLICTS= ace-* ACE_VERSION= 5.3.6 TAO_VERSION= 1.3.6 @@ -41,7 +42,7 @@ PLIST_SUB+= TAO=${TAO} TESTS=${TESTS} .if defined(WITHOUT_TAO) TAO= "@comment " -PKGNAMESUFFIX= -notao +PKGNAMESUFFIX?= -notao .endif .include -- cgit v1.2.3