diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-03-08 00:27:52 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-03-08 00:27:52 +0000 |
commit | 1d9efd7d0bccc031d38d1779cbcc8316e96c554c (patch) | |
tree | 4a289fdb195692908bd87d956b901fbe5ba820f0 /x11/xprompt | |
parent | f9af75f65c9ced37bec54c3f6851fc2526e79ad9 (diff) | |
download | ports-1d9efd7d0bccc031d38d1779cbcc8316e96c554c.tar.gz ports-1d9efd7d0bccc031d38d1779cbcc8316e96c554c.zip |
Fix distfile fennerage by hosting the distfile myself.
Notes
Notes:
svn path=/head/; revision=17049
Diffstat (limited to 'x11/xprompt')
-rw-r--r-- | x11/xprompt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index c19890ab0caf..932632de1f03 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -3,12 +3,12 @@ # Date created: 23 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.2 1997/03/29 12:29:24 max Exp $ +# $Id: Makefile,v 1.3 1998/04/17 23:26:31 mph Exp $ # DISTNAME= xprompt-1.4 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.nsg.bc.ca/pub/nsg/src/xprompt/ +MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ MAINTAINER= mph@freebsd.org |