From cd1c594e26a38cce760b04ae71c4373af0c8b756 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 14 Jul 2005 04:55:18 +0000 Subject: Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR. Reported by: Andrzej Tobola --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 88c9077f5eee..34604e58d0ec 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0.5/source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= gnome@FreeBSD.org -- cgit