diff options
author | sada <sada@FreeBSD.org> | 1998-11-23 03:18:59 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1998-11-23 03:18:59 +0800 |
commit | 02ec78dfce341d61c1fc72f01f9a03e46f2abeba (patch) | |
tree | f8a28cd9ed74ed95686b1586dabf2938fdeefb98 /print | |
parent | eb40c1517641178bec0ecf66280678914e2c3193 (diff) | |
download | freebsd-ports-gnome-02ec78dfce341d61c1fc72f01f9a03e46f2abeba.tar.gz freebsd-ports-gnome-02ec78dfce341d61c1fc72f01f9a03e46f2abeba.tar.zst freebsd-ports-gnome-02ec78dfce341d61c1fc72f01f9a03e46f2abeba.zip |
Revice MASTER_SITES to the new location.
PR: ports/8794
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'print')
-rw-r--r-- | print/asprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/asprint/Makefile b/print/asprint/Makefile index b285441da320..c25a25c43ea7 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -3,13 +3,13 @@ # Date created: 16 August 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.3 1998/10/12 12:33:23 jseger Exp $ +# $Id: Makefile,v 1.4 1998/10/13 02:48:49 jseger Exp $ # DISTNAME= asprint PKGNAME= asprint-1.0 CATEGORIES= print -MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asprint/ +MASTER_SITES= ftp://ftp.afterstep.org/apps/asprint/ MAINTAINER= brett@peloton.physics.montana.edu |