- Update MASTER_SITES - Support PLIST_FILES - Add MAKE_JOBS_SAFE Remove file: pkg-plist
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: araujo->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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> _______________________________________________ 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"