diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-31 08:41:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-31 08:41:21 +0000 |
commit | 3abba5c3782a4b5f068315cc702b31fe03dc33ab (patch) | |
tree | df18d3e0b3db511ceddfe8f7d860c6dedd5d8a07 /www/firefox-remote | |
parent | 20be5cfdf42dd004c038a9fa4a5c1d436a71c3cd (diff) | |
download | ports-3abba5c3782a4b5f068315cc702b31fe03dc33ab.tar.gz ports-3abba5c3782a4b5f068315cc702b31fe03dc33ab.zip |
Notes
Diffstat (limited to 'www/firefox-remote')
-rw-r--r-- | www/firefox-remote/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index 18a2a2e209ea..86b494f2465d 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -8,8 +8,9 @@ PORTNAME= firefox PORTVERSION= 20040513 CATEGORIES= www -MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}/ +MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com |