Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 14:18:58 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311614 - head/graphics/xgrasp
Message-ID:  <201302041418.r14EIwYu060671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb  4 14:18:58 2013
New Revision: 311614
URL: http://svnweb.freebsd.org/changeset/ports/311614

Log:
  - Update MASTER_SITES
  - Support PLIST_FILES
  - Add MAKE_JOBS_SAFE
  
  PR:		175580
  Submitted by:	Ports Fury

Deleted:
  head/graphics/xgrasp/pkg-plist
Modified:
  head/graphics/xgrasp/Makefile   (contents, props changed)

Modified: head/graphics/xgrasp/Makefile
==============================================================================
--- head/graphics/xgrasp/Makefile	Mon Feb  4 14:17:48 2013	(r311613)
+++ head/graphics/xgrasp/Makefile	Mon Feb  4 14:18:58 2013	(r311614)
@@ -9,17 +9,20 @@ PORTNAME=	xgrasp
 PORTVERSION=	1.7d
 PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.x.org/R5contrib/
+MASTER_SITES=	XCONTRIB/../R5contrib
 DISTNAME=	${PORTNAME}.${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Display GL animations on X screen
 
-USE_IMAKE=	yes
+NO_WRKSUBDIR=	yes
+
 USE_XORG=	x11 xext
-MAN1=		glib.1 xgrasp.1
+USE_IMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 
-NO_WRKSUBDIR=	yes
+MAN1=		glib.1 xgrasp.1
+PLIST_FILES=	bin/glib bin/xgrasp
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302041418.r14EIwYu060671>