From owner-svn-ports-all@FreeBSD.ORG Wed Oct 31 05:40:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C7E5A9F; Wed, 31 Oct 2012 05:40:10 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 05BCB8FC16; Wed, 31 Oct 2012 05:40:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9V5e9tB058563; Wed, 31 Oct 2012 05:40:09 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9V5e9YL058561; Wed, 31 Oct 2012 05:40:09 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201210310540.q9V5e9YL058561@svn.freebsd.org> From: Jason Helfman Date: Wed, 31 Oct 2012 05:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306732 - head/games/domination X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 05:40:10 -0000 Author: jgh Date: Wed Oct 31 05:40:09 2012 New Revision: 306732 URL: http://svn.freebsd.org/changeset/ports/306732 Log: - fix fetch Submitted by: maintainer, nemysis@gmx.ch (private mail) Feature safe: yes Modified: head/games/domination/Makefile Modified: head/games/domination/Makefile ============================================================================== --- head/games/domination/Makefile Tue Oct 30 23:53:23 2012 (r306731) +++ head/games/domination/Makefile Wed Oct 31 05:40:09 2012 (r306732) @@ -3,10 +3,10 @@ PORTNAME= domination PORTVERSION= 1.1.1.1 CATEGORIES= games java -MASTER_SITES= http://domination.sourceforge.net/maps/ \ - SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/ -DISTFILES= ${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX} \ - ${MAPS:S/$/.zip/} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \ + http://domination.sourceforge.net/maps/:maps +DISTFILES= ${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}:game \ + ${MAPS:S/$/.zip/}:maps DIST_SUBDIR= ${PORTNAME} MAINTAINER= nemysis@gmx.ch @@ -14,6 +14,7 @@ COMMENT= Board game that is a bit like t LICENSE= GPLv3 +FETCH_ARGS?= -Fpr USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ @@ -62,20 +63,15 @@ post-extract-script: .endfor do-install: -# Scripts ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-* ${PREFIX}/bin -# Data ${MKDIR} ${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} "help lib maps resources saves *.jar *.cmd *.htm *.txt *.ini" ${DATADIR}) @(cd ${WRKSRC} && ${INSTALL_SCRIPT} *.sh ${DATADIR}) -# Fix Permission that user can write in saves @(cd ${DATADIR} && ${CHMOD} 774 saves) -# Pixmaps ${LN} -sf ${DATADIR}/resources/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}