diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-17 19:09:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-17 19:09:40 +0800 |
commit | 00d7663630c4de906dc6d58c1bf7260a7639e9ea (patch) | |
tree | 3ec0a82168b6da265f7ec831bbd02e3cd08895ec | |
parent | c3e85e6ac330afad0d6b699ce77d30cdfa34e4ce (diff) | |
download | freebsd-ports-gnome-00d7663630c4de906dc6d58c1bf7260a7639e9ea.tar.gz freebsd-ports-gnome-00d7663630c4de906dc6d58c1bf7260a7639e9ea.tar.zst freebsd-ports-gnome-00d7663630c4de906dc6d58c1bf7260a7639e9ea.zip |
- Add LICENSE
- Update MASTER_SITES:
- Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw
- Add http:// links
-rw-r--r-- | devel/lwp/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index e8aef0d15451..122b392035e8 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -4,14 +4,16 @@ PORTNAME= lwp PORTVERSION= 2.6 CATEGORIES= devel -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ - ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ - ftp://ftp.planetmirror.com/pub/coda/src/ \ - ftp://ftp.nctu.edu.tw/mirror/Coda/src/ +MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ + http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ + ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ + ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Userspace thread library +LICENSE= LGPL20 + USES= gmake pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes |