svn commit: r311681 - head/games/xjewel

Martin Wilke miwi at FreeBSD.org
Tue Feb 5 09:17:32 UTC 2013


Author: miwi
Date: Tue Feb  5 09:17:31 2013
New Revision: 311681
URL: http://svnweb.freebsd.org/changeset/ports/311681

Log:
  - Update MASTER_SITES
  - Add MAKE_JOBS_SAFE
  
  PR:		175576
  Submitted by:	Ports Fury

Modified:
  head/games/xjewel/Makefile   (contents, props changed)

Modified: head/games/xjewel/Makefile
==============================================================================
--- head/games/xjewel/Makefile	Tue Feb  5 09:16:32 2013	(r311680)
+++ head/games/xjewel/Makefile	Tue Feb  5 09:17:31 2013	(r311681)
@@ -1,16 +1,11 @@
-# New ports collection makefile for:    xjewel
-# Date created:         22 November 1994
-# Whom:                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	xjewel
 PORTVERSION=	1.6
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.warwick.ac.uk/pub/x11/ \
-		ftp://ftp.x.org/R5contrib/
+MASTER_SITES=	XCONTRIB/../R5contrib
 EXTRACT_SUFX=	.tar.z
 
 MAINTAINER=	ports at FreeBSD.org
@@ -20,8 +15,9 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
-USE_IMAKE=	yes
 USE_XORG=	x11 xext
+USE_IMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN6=		xjewel.6
 


More information about the svn-ports-head mailing list