From e8d092ff2cef44add372bae5e09652e068b8537f Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 2 May 2013 17:10:48 +0000 Subject: # in url is configusing bmake(1) replace by %23 Submitted by: sjg --- games/openarena-data/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/openarena-data/Makefile b/games/openarena-data/Makefile index 3b1b331790a2..488876e98bdc 100644 --- a/games/openarena-data/Makefile +++ b/games/openarena-data/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: openarena-data -# Date created: 15 June 2010 -# Whom: Dominic Fandrey -# +# Created by: Dominic Fandrey # $FreeBSD$ -# PORTNAME= data PORTVERSION= 0.8.8 CATEGORIES= games MASTER_SITES= SF/oarena:data \ - http://openarena.ws/request.php?4\\\#/:data \ + http://openarena.ws/request.php?4%23/:data \ SF/oarena:patch \ - http://openarena.ws/request.php?5\\\#/:patch + http://openarena.ws/request.php?5%23/:patch DISTFILES= ${OA_DATA}:data EXTRACT_ONLY= -- cgit