diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 01:15:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 01:15:59 +0800 |
commit | 21afdfdfbc1a2705ee00d037e0851dbaa4e3b130 (patch) | |
tree | 071251abbbf3a52513edbe34cf915da15e3d3b58 /devel/libukcprog | |
parent | 5b7c474a286dc424dc1dfdb630439c6a83845a2f (diff) | |
download | freebsd-ports-gnome-21afdfdfbc1a2705ee00d037e0851dbaa4e3b130.tar.gz freebsd-ports-gnome-21afdfdfbc1a2705ee00d037e0851dbaa4e3b130.tar.zst freebsd-ports-gnome-21afdfdfbc1a2705ee00d037e0851dbaa4e3b130.zip |
- Add new MASTER_SITES
PR: 56199
Submitted by: maintainer
Diffstat (limited to 'devel/libukcprog')
-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 1fb9658ac311..33d5bda10284 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 3e53ff099d62..e4a5f6d1310f 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/ |