diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-08-21 18:07:46 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-08-21 18:07:46 +0000 |
commit | c52eed1c058fac8e9a9249660121b6394503afc8 (patch) | |
tree | 1ae7e67f178ed446d9724d9055013570bb770b45 /deskutils | |
parent | original distribution of nvi multilingual patch (nvi-m17n) (diff) |
Use the generic FTP server name for the MASTER_SITES.
Found by: Bill Fenner's port survey.
Notes
Notes:
svn path=/head/; revision=7646
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xpostit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpostit/Makefile b/deskutils/xpostit/Makefile index 4332edf478ba..fc2ac662fff7 100644 --- a/deskutils/xpostit/Makefile +++ b/deskutils/xpostit/Makefile @@ -3,7 +3,7 @@ # Date created: 6 May 1996 # Whom: joerg # -# $Id: Makefile,v 1.2 1996/05/27 09:30:44 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:44:27 asami Exp $ # DISTNAME= xpostit3.3.1 @@ -14,7 +14,7 @@ CATEGORIES= x11 # servers only have the comp.sources.x version, with its distfile named # `part01.gz'. # -MASTER_SITES= ftp://rs104.hrz.th-darmstadt.de/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.hrz.th-darmstadt.de/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= joerg@FreeBSD.ORG |