diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2001-01-28 19:05:27 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2001-01-28 19:05:27 +0000 |
commit | 9b60920789a98204e0588bd52c3546c47210f4aa (patch) | |
tree | c65b20d9b8b54cab5412fc6969f72fa9d962fccc /x11/dgs | |
parent | Dictionary database for dictd. (diff) |
Fix unfetchable distfile.
PR: 24537
Submitted by: joseph@randomnetworks.com
Notes
Notes:
svn path=/head/; revision=37686
Diffstat (limited to 'x11/dgs')
-rw-r--r-- | x11/dgs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index f05f043385c6..b90e25213d83 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -8,8 +8,7 @@ PORTNAME= dgs PORTVERSION= 0.5.9 CATEGORIES= x11 -#MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITES= ftp://alpha.gnu.org/gnu/gnustep/ +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dgs MAINTAINER= nakai@FreeBSD.org |