diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-23 14:12:39 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-23 14:12:39 +0000 |
commit | e1d22e5f2a98ddbb7066b39de92ab58ca0cc3e23 (patch) | |
tree | 1ec04757142b7f114cbf31e114574c2732f3983d /x11 | |
parent | 3c271a9383cf4ca70b5ba868df4771ec848143ff (diff) | |
download | pkgsrc-e1d22e5f2a98ddbb7066b39de92ab58ca0cc3e23.tar.gz |
Look in the srcdist directory on the main distribution sites.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 52276a958e3..5f3b8a05281 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -3,14 +3,14 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $NetBSD: Makefile,v 1.10 1998/03/23 12:35:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/03/23 14:12:39 mycroft Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # DISTNAME= lesstif-0.83 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/ \ - ftp://ftp.hungry.com/pub/hungry/lesstif/ +MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist \ + ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist MAINTAINER= packages@netbsd.org |