svn commit: r306732 - head/games/domination

Jason Helfman jgh at FreeBSD.org
Wed Oct 31 05:40:10 UTC 2012


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 at 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 at 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}


More information about the svn-ports-all mailing list