svn commit: r311614 - head/graphics/xgrasp

Martin Wilke miwi at FreeBSD.org
Mon Feb 4 14:18:59 UTC 2013


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


More information about the svn-ports-head mailing list