diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-27 19:32:09 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-27 19:32:09 +0000 |
commit | 6b7caf65d4b8189b4f02975877323d2333e157fd (patch) | |
tree | e547f4cb423c6ecd844f97688d56fb869a3440ce /net/ggsd | |
parent | a2d92dbd36c3bcfeef65d339a00d39ed5110476c (diff) | |
download | ports-6b7caf65d4b8189b4f02975877323d2333e157fd.tar.gz ports-6b7caf65d4b8189b4f02975877323d2333e157fd.zip |
Submitter has updated his MASTER_SITE
Notes
Notes:
svn path=/head/; revision=16917
Diffstat (limited to 'net/ggsd')
-rw-r--r-- | net/ggsd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile index 84ba643afa26..5fc07178b3b4 100644 --- a/net/ggsd/Makefile +++ b/net/ggsd/Makefile @@ -3,15 +3,15 @@ # Date created: 14 February 1999 # Whom: Dima Sivachenko <dima@chg.ru> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/02/27 18:04:08 billf Exp $ # DISTNAME= ggsd PKGNAME= ggsd-0.1 CATEGORIES= net MASTER_SITES= http://devplanet.fastethernet.net/ \ - http://www.FreeBSD.org/~billf/distfiles/ -# ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ + http://www.FreeBSD.org/~billf/distfiles/ \ + ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ EXTRACT_SUFX= .tar MAINTAINER= dima@chg.ru |