diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /net/gnome-mud | |
parent | fb24f30a20854f860977346120fa151da9d71781 (diff) | |
download | ports-a9f22cd5841fc7f59c12a2717351ba54b6383335.tar.gz ports-a9f22cd5841fc7f59c12a2717351ba54b6383335.zip |
Notes
Diffstat (limited to 'net/gnome-mud')
-rw-r--r-- | net/gnome-mud/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index fcabb71289d0..bcf2698b91fb 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -8,11 +8,10 @@ PORTNAME= amcl PORTVERSION= 0.7.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/amcl/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.localhost.nu/apps/amcl/tars/ \ - http://amcl.alliances.org/tars/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/muds + http://amcl.alliances.org/tars/ +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}pl1 MAINTAINER= will@FreeBSD.org |