diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-26 23:24:31 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-26 23:24:31 +0000 |
commit | 80bc6b018709f171ad7ccdbdafebf921a4373e26 (patch) | |
tree | 51cfdcddb684531e954357422c5ac56478dfbcc3 | |
parent | 04189f61a3dd0bca113c17c188ee92bf97ca3da4 (diff) | |
download | ports-80bc6b018709f171ad7ccdbdafebf921a4373e26.tar.gz ports-80bc6b018709f171ad7ccdbdafebf921a4373e26.zip |
Notes
-rw-r--r-- | converters/xdeview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 8e36abeb5c0c..9a7f09c7a98f 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -3,14 +3,13 @@ # Date Created: 9 Feb 1997 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.7 1997/11/08 08:39:04 obrien Exp $ +# $Id: Makefile,v 1.8 1997/11/21 05:10:13 hoek Exp $ # DISTNAME= uudeview-0.5.13 PKGNAME= xdeview-0.5.13 CATEGORIES= converters tk80 -MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ - http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ +MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= hoek@FreeBSD.ORG |