diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-22 21:22:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-22 21:22:49 +0000 |
commit | fb76c325a9a63928ef0576548de61e0d82e1ead4 (patch) | |
tree | 0aa7a3e364cbc83e7e0ff064189f34c10ca108d4 /www/seamonkey | |
parent | 7c4831e33ae81da7c369fbd812212674a31482f3 (diff) | |
download | ports-fb76c325a9a63928ef0576548de61e0d82e1ead4.tar.gz ports-fb76c325a9a63928ef0576548de61e0d82e1ead4.zip |
Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir...
Notes
Notes:
svn path=/head/; revision=58006
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 |