diff options
author | dsainty <dsainty> | 2008-05-04 07:33:22 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2008-05-04 07:33:22 +0000 |
commit | ea96d4cd0adcf7d99ee964e7c760c5c88a6f1852 (patch) | |
tree | b8dd5addbd92a24280d9e8940fed4949b3412d14 /x11 | |
parent | 87997588492791e956604d1b18f0e63503640650 (diff) | |
download | pkgsrc-ea96d4cd0adcf7d99ee964e7c760c5c88a6f1852.tar.gz |
Add an HTTP mirror that has xterm-235 (different to the FreeBSD HTTP mirror, which only has 234).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 5161e909fd4..466edc22870 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2008/04/21 17:10:40 bjs Exp $ +# $NetBSD: Makefile,v 1.42 2008/05/04 07:33:22 dsainty Exp $ DISTNAME= xterm-235 CATEGORIES= x11 -MASTER_SITES= ftp://invisible-island.net/xterm/ +MASTER_SITES= ftp://invisible-island.net/xterm/ \ + http://www.sfr-fresh.com/unix/misc/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org |