diff options
author | krion <krion@FreeBSD.org> | 2003-08-30 17:15:59 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-30 17:15:59 +0000 |
commit | 21afdfdfbc1a2705ee00d037e0851dbaa4e3b130 (patch) | |
tree | 071251abbbf3a52513edbe34cf915da15e3d3b58 /devel | |
parent | 5b7c474a286dc424dc1dfdb630439c6a83845a2f (diff) | |
download | FreeBSD-ports-21afdfdfbc1a2705ee00d037e0851dbaa4e3b130.zip FreeBSD-ports-21afdfdfbc1a2705ee00d037e0851dbaa4e3b130.tar.gz |
- Add new MASTER_SITES
PR: 56199
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libukcprog/Makefile | 5 | ||||
-rw-r--r-- | devel/libukcprog/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index 1fb9658..33d5bda 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -8,7 +8,10 @@ PORTNAME= libukcprog PORTVERSION= 1.0.1 CATEGORIES= devel -MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/ +MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://www.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tim@bishnet.net diff --git a/devel/libukcprog/pkg-descr b/devel/libukcprog/pkg-descr index 3e53ff0..e4a5f6d 100644 --- a/devel/libukcprog/pkg-descr +++ b/devel/libukcprog/pkg-descr @@ -2,4 +2,4 @@ The ukcprog library contains generally useful low level routines. The ukcprog.h header file contains prototypes for the routines as well as defining some useful macros and types. -WWW: http://www.i-scream.org.uk/ +WWW: http://www.i-scream.org/ |