diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-24 06:23:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-24 06:23:09 +0800 |
commit | fec3a9b29df2023f2f87c97b80c20de030b38c9e (patch) | |
tree | 4f42c121304e2b93fb8c69711d6d55c135d88727 /mail | |
parent | 542f68ac40ce90d0ec3e55c7c79d6de49e6be50f (diff) | |
download | freebsd-ports-gnome-fec3a9b29df2023f2f87c97b80c20de030b38c9e.tar.gz freebsd-ports-gnome-fec3a9b29df2023f2f87c97b80c20de030b38c9e.tar.zst freebsd-ports-gnome-fec3a9b29df2023f2f87c97b80c20de030b38c9e.zip |
- Fix MASTER_SITES
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 |