diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-14 12:55:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-14 12:55:18 +0800 |
commit | cd1c594e26a38cce760b04ae71c4373af0c8b756 (patch) | |
tree | 23a93ed718c4f4157abb3c3b2161920435892c30 /www/firefox/Makefile | |
parent | c4021147fe72d35fa4f131b50afa153c09c79959 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |