diff options
author | tron <tron> | 1999-08-22 21:42:22 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-22 21:42:22 +0000 |
commit | d0576ef7a0265ffafcf66eec07c2e97be1b4d075 (patch) | |
tree | f3cdfa5e0ae78ea08c417dcaf42dfca722b63cc4 /mk | |
parent | a948109458d2f3d072a72a3dbc4215eba55518b2 (diff) | |
download | pkgsrc-d0576ef7a0265ffafcf66eec07c2e97be1b4d075.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 954ac8e7c21..8b49d263ae0 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.321 1999/08/22 21:40:37 tron Exp $ +# $NetBSD: bsd.pkg.mk,v 1.322 1999/08/22 21:42:22 tron Exp $ # # This file is in the public domain. # @@ -554,10 +554,10 @@ MASTER_SITE_SUNSITE+= \ ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/ \ ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/ -MASTER_SITE_GNOME+= +MASTER_SITE_GNOME+= \ ftp://ftp.gnome.org/pub/GNOME/ \ ftp://ftp.sunet.se/pub/X11/GNOME/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome// \ + ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/ \ ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/ # Empty declaration to avoid "variable MASTER_SITES recursive" error |