From b7c2244d744466ab738844576b51012b08670f39 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Nov 2013 11:09:40 +0000 Subject: [PATCH] - Add LICENSE - Update MASTER_SITES: - Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw - Add http:// links --- devel/lwp/Makefile | 10 ++++++---- 1 file 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