diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-22 08:47:33 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-22 08:47:33 +0800 |
commit | 3d92a9be1f7b180ba956c4668056e9a4577ff6e6 (patch) | |
tree | fc977e82515798cc4f54cb4685912c6a28a6a032 | |
parent | 40a51dc4c6e145e23f192fe355b0668a9c01f835 (diff) | |
download | freebsd-ports-gnome-3d92a9be1f7b180ba956c4668056e9a4577ff6e6.tar.gz freebsd-ports-gnome-3d92a9be1f7b180ba956c4668056e9a4577ff6e6.tar.zst freebsd-ports-gnome-3d92a9be1f7b180ba956c4668056e9a4577ff6e6.zip |
Add FETCH_BEFORE_ARGS=-b since lore.ece.utexas.edu is broken.
-rw-r--r-- | sysutils/xosview/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 87e9b0402369..4a99cb39b981 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/20 08:56:24 tg Exp $ # DISTNAME= xosview-1.5.0 @@ -11,6 +11,9 @@ CATEGORIES= sysutils x11 MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \ http://lambic.space.lockheed.com/xosview/ +# lore.ece.utexas.edu is broken +FETCH_BEFORE_ARGS= -b + MAINTAINER= handy@physics.montana.edu USE_X11= yes |