diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 01:00:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 01:00:38 +0000 |
commit | 1662c9c7305e4f9f2fef7758b42dff338c0aec69 (patch) | |
tree | 8113e4618ff49b19cb7f7e4e9161ed34c60c050c /games/dungeoncrawl | |
parent | socketbind - new port submission (diff) |
remove credentials from the MASTER_SITE
Submitted by: kris@
Notes
Notes:
svn path=/head/; revision=77879
Diffstat (limited to 'games/dungeoncrawl')
-rw-r--r-- | games/dungeoncrawl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dungeoncrawl/Makefile b/games/dungeoncrawl/Makefile index 4833ba810374..5b5d4b69dfa4 100644 --- a/games/dungeoncrawl/Makefile +++ b/games/dungeoncrawl/Makefile @@ -8,7 +8,7 @@ PORTNAME= dungeoncrawl PORTVERSION= 4.0.0.b24 CATEGORIES= games -MASTER_SITES= ftp://anonymous:dposix@ftp.dungeoncrawl.org/dev/4.0.x/src/ +MASTER_SITES= ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/ DISTNAME= dc${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tbz2 |