diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-23 05:22:49 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-23 05:22:49 +0800 |
commit | ab5345a87c934c4f3368cb695f13834f2267c030 (patch) | |
tree | 66ba1b54d3b0d56af5ad66e633213a0dc2df6960 /www/seamonkey | |
parent | 8e0006dd57b7ffb8094d8be3061257194bf7f65e (diff) | |
download | freebsd-ports-gnome-ab5345a87c934c4f3368cb695f13834f2267c030.tar.gz freebsd-ports-gnome-ab5345a87c934c4f3368cb695f13834f2267c030.tar.zst freebsd-ports-gnome-ab5345a87c934c4f3368cb695f13834f2267c030.zip |
Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5b3da1bdc9b9..4b740e25dc92 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 1.0.rc1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ - http://people.freebsd.org/~sobomax:people + http://people.freebsd.org/~sobomax/ MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/.rc/rc/}/src DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ - libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}:people + libart_lgpl-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org |