diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-22 00:47:33 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-22 00:47:33 +0000 |
commit | f32252b3f50bd6765d2fd945fe8134c8a99cf722 (patch) | |
tree | 30c70c5247ddaee8aa5f7d86a9beb92584ad07c9 /sysutils | |
parent | ff3cc4ad51c9fe1d68a2f483eb2626e4226f31c5 (diff) |
Add FETCH_BEFORE_ARGS=-b since lore.ece.utexas.edu is broken.
Notes
Notes:
svn path=/head/; revision=8741
Diffstat (limited to 'sysutils')
-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 |