diff options
author | tdb <tdb@FreeBSD.org> | 2009-02-11 07:09:25 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2009-02-11 07:09:25 +0800 |
commit | 6fa335f4c9e2abbb6b2bf0d2082bcf6d88bf0849 (patch) | |
tree | ccdad8a7d7201cc0bf5afe049caf9043798dfc4c | |
parent | 27ab231224db1a3e35e30c2292718e53db48c3d7 (diff) | |
download | freebsd-ports-gnome-6fa335f4c9e2abbb6b2bf0d2082bcf6d88bf0849.tar.gz freebsd-ports-gnome-6fa335f4c9e2abbb6b2bf0d2082bcf6d88bf0849.tar.zst freebsd-ports-gnome-6fa335f4c9e2abbb6b2bf0d2082bcf6d88bf0849.zip |
- The license for this package (see the top of the source files) states:
/* Copyright 1991 Mark Russell, University of Kent at Canterbury.
*
* You can do what you like with this source code as long as
* you don't try to make money out of it and you include an
* unaltered copy of this message (including the copyright).
*/
Therefore this port must be marked as NO_CDROM.
- Also update the mirror sites.
-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 |