aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-07-14 12:55:18 +0800
committermarcus <marcus@FreeBSD.org>2005-07-14 12:55:18 +0800
commitcd1c594e26a38cce760b04ae71c4373af0c8b756 (patch)
tree23a93ed718c4f4157abb3c3b2161920435892c30 /www/firefox/Makefile
parentc4021147fe72d35fa4f131b50afa153c09c79959 (diff)
downloadfreebsd-ports-gnome-cd1c594e26a38cce760b04ae71c4373af0c8b756.tar.gz
freebsd-ports-gnome-cd1c594e26a38cce760b04ae71c4373af0c8b756.tar.zst
freebsd-ports-gnome-cd1c594e26a38cce760b04ae71c4373af0c8b756.zip
Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR.
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile2
1 files changed, 1 insertions, 1 deletions
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