diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-14 04:55:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-14 04:55:18 +0000 |
commit | c6a9d2cb37d6a1915f48480768b70b172a24fb84 (patch) | |
tree | 149ba26554550141876ac87a1e502ee59df872b5 /www/firefox10 | |
parent | Chase the Thunderbird directory. (diff) |
Use ${PORTVERSION} instead of duplicating its value in the MASTER_SITE_SUBDIR.
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=139167
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 88c9077f5eee..34604e58d0ec 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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 |