From fc4ddb3d9671ff2d0cd877f2deab4147dc6f316c Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Thu, 29 Dec 2011 19:22:07 +0000 Subject: [PATCH] add LICENSE and some mirrors --- www/links/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/links/Makefile b/www/links/Makefile index fe8abe64a77d..fde499df4e22 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -9,11 +9,13 @@ PORTNAME= links DISTVERSION= 2.4 PORTEPOCH= 1 CATEGORIES?= www -MASTER_SITES= http://links.twibright.com/download/ +MASTER_SITES= http://links.twibright.com/download/ LOCAL/bf MAINTAINER?= bf@FreeBSD.org COMMENT= Lynx-like text WWW browser +LICENSE= GPLv2 + CONFLICTS= links-0* GNU_CONFIGURE= yes @@ -59,7 +61,8 @@ CONFIGURE_ARGS+= --without-directfb .if defined(WITH_IPV6) USE_AUTOTOOLS+= autoconf -PATCH_SITES+= http://xpisar.wz.cz/links-ipv6/:ipv6 +PATCH_SITES+= http://xpisar.wz.cz/links-ipv6/:ipv6 \ + ${MASTER_SITE_LOCAL:S|%SUBDIR%|bf|:S|$|:ipv6|} PATCHFILES+= links-2.4-ipv6.patch.gz:ipv6 PATCH_DIST_STRIP= -p1 .endif