diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2009-02-10 23:09:25 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2009-02-10 23:09:25 +0000 |
commit | 24d35fdcd49cb81a2a522ddcf2b1ff7c38c6c452 (patch) | |
tree | aa667fcbfc3ca1ee9d5d9b97a7a33b40edb1a92b /devel/libukcprog | |
parent | 1c49a9f03ef22f01b7169a678b99a03789ec9395 (diff) | |
download | ports-24d35fdcd49cb81a2a522ddcf2b1ff7c38c6c452.tar.gz ports-24d35fdcd49cb81a2a522ddcf2b1ff7c38c6c452.zip |
Notes
Diffstat (limited to 'devel/libukcprog')
-rw-r--r-- | devel/libukcprog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libukcprog/Makefile b/devel/libukcprog/Makefile index 7e2abf580829..e596c7c5c980 100644 --- a/devel/libukcprog/Makefile +++ b/devel/libukcprog/Makefile @@ -11,8 +11,7 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ - ftp://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ - http://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://dl.ambiweb.de/mirrors/ftp.i-scream.org/%SUBDIR%/ \ ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +19,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tdb@FreeBSD.org COMMENT= Generally useful low level routines +NO_CDROM= License (see source) does not permit selling for profit + USE_AUTOTOOLS= libtool:15 MAN3= ukcprog.3 DIST_SUBDIR= i-scream |