diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-14 04:26:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-14 04:26:40 +0000 |
commit | a1b1a76b2366467cb343556c9f93f3742f25c7ce (patch) | |
tree | c3092b8ac51f21166a70c1d5248bd4d41bac24d1 /www/seamonkey2 | |
parent | e16a1f7c176957e96adc67ec177b028e728b09ef (diff) | |
download | ports-a1b1a76b2366467cb343556c9f93f3742f25c7ce.tar.gz ports-a1b1a76b2366467cb343556c9f93f3742f25c7ce.zip |
Notes
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index aa3d6f3df230..17efc220ef6b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3b PORTEPOCH?= 1 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - ${MASTER_SITE_LOCAL}:local + ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src \ marcus/:local DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} \ |