Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 18:53:13 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306981 - head/games/domination
Message-ID:  <201211041853.qA4IrD45049135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Nov  4 18:53:13 2012
New Revision: 306981
URL: http://svn.freebsd.org/changeset/ports/306981

Log:
  Fix DISTFILES for Distilator.
  
  PR:		ports/173270
  Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
  Feature safe:	yes

Modified:
  head/games/domination/Makefile

Modified: head/games/domination/Makefile
==============================================================================
--- head/games/domination/Makefile	Sun Nov  4 18:18:18 2012	(r306980)
+++ head/games/domination/Makefile	Sun Nov  4 18:53:13 2012	(r306981)
@@ -4,9 +4,9 @@ PORTNAME=	domination
 PORTVERSION=	1.1.1.1
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game  \
-		http://domination.sourceforge.net/maps/:maps
+		http://domination.sourceforge.net/maps/
 DISTFILES=	${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}:game \
-		${MAPS:S/$/.zip/}:maps
+		${MAPS:S/$/.zip/}
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	nemysis@gmx.ch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211041853.qA4IrD45049135>