diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 22:23:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 22:23:09 +0000 |
commit | 8d7f8d2b486a20e03721c723766ab8d078c82658 (patch) | |
tree | ac0958187e8ef510678dafa5df758429f080f45e /mail | |
parent | Fix MASTER_SITES (diff) |
- Fix MASTER_SITES
Notes
Notes:
svn path=/head/; revision=71828
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pantomime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 773ee9eaa272..5b95c76795d7 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -8,7 +8,7 @@ PORTNAME= pantomime PORTVERSION= 1.0.5 CATEGORIES= mail -MASTER_SITES= http://extrovert.screwdriver.net/~extra/ \ +MASTER_SITES= http://www.collaboration-world.com/pantomime.data/releases/Stable/ \ ftp://ftp.gnustep.org/pub/gnustep/libs/ .if defined(GNUSTEP_GUI_DEVEL) PKGNAMESUFFIX?= -devel |