svn commit: r306981 - head/games/domination

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Nov 4 18:53:14 UTC 2012


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 at 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 at gmx.ch


More information about the svn-ports-all mailing list