diff options
author | mph <mph@FreeBSD.org> | 1999-03-08 08:27:52 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-03-08 08:27:52 +0800 |
commit | 59da17ddae50dee4141209b82c035d01473e8d30 (patch) | |
tree | 18a5eaa044148cd7cf796edfc5edd42f1772afe9 /x11/xprompt | |
parent | 044a07a713a134c8545908d932fb48ed4f9c19fd (diff) | |
download | freebsd-ports-gnome-59da17ddae50dee4141209b82c035d01473e8d30.tar.gz freebsd-ports-gnome-59da17ddae50dee4141209b82c035d01473e8d30.tar.zst freebsd-ports-gnome-59da17ddae50dee4141209b82c035d01473e8d30.zip |
Fix distfile fennerage by hosting the distfile myself.
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 |