Date: Wed, 31 Oct 2012 05:40:09 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306732 - head/games/domination Message-ID: <201210310540.q9V5e9YL058561@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210310540.q9V5e9YL058561>