diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-31 16:41:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-31 16:41:21 +0800 |
commit | d0e1182538adbf3ea4c1c735c3a991138afd5232 (patch) | |
tree | b40f848ac550d0702dd9232ac5923f59fa913e47 /www/firefox-remote | |
parent | d884bef268ca3b39b2c682020a21925ad917ab0a (diff) | |
download | freebsd-ports-graphics-d0e1182538adbf3ea4c1c735c3a991138afd5232.tar.gz freebsd-ports-graphics-d0e1182538adbf3ea4c1c735c3a991138afd5232.tar.zst freebsd-ports-graphics-d0e1182538adbf3ea4c1c735c3a991138afd5232.zip |
Use PKGNAMESUFFIX in the right places to fix fetching.
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 18a2a2e209e..86b494f2465 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 |