- Update MASTER_SITES - Add MAKE_JOBS_SAFE
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: araujo->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!