From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 10:23:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A737775C; Wed, 11 Jun 2014 10:23:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 942AF268F; Wed, 11 Jun 2014 10:23:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BANwht089815; Wed, 11 Jun 2014 10:23:58 GMT (envelope-from sanpei@svn.freebsd.org) Received: (from sanpei@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BANwWR089813; Wed, 11 Jun 2014 10:23:58 GMT (envelope-from sanpei@svn.freebsd.org) Message-Id: <201406111023.s5BANwWR089813@svn.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 11 Jun 2014 10:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357461 - head/math/xgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 10:23:58 -0000 Author: sanpei Date: Wed Jun 11 10:23:57 2014 New Revision: 357461 URL: http://svnweb.freebsd.org/changeset/ports/357461 QAT: https://qat.redports.org/buildarchive/r357461/ Log: Add staging support. Modified: head/math/xgraph/Makefile head/math/xgraph/pkg-plist Modified: head/math/xgraph/Makefile ============================================================================== --- head/math/xgraph/Makefile Wed Jun 11 10:20:41 2014 (r357460) +++ head/math/xgraph/Makefile Wed Jun 11 10:23:57 2014 (r357461) @@ -15,11 +15,9 @@ COMMENT= Program that helps you plot gra USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= xgraph.1 -NO_STAGE= yes post-install: - @${MKDIR} ${PREFIX}/share/examples/xgraph - ${INSTALL_DATA} ${WRKSRC}/examples/*.xg ${PREFIX}/share/examples/xgraph + @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/xgraph + ${INSTALL_DATA} ${WRKSRC}/examples/*.xg ${STAGEDIR}${PREFIX}/share/examples/xgraph .include Modified: head/math/xgraph/pkg-plist ============================================================================== --- head/math/xgraph/pkg-plist Wed Jun 11 10:20:41 2014 (r357460) +++ head/math/xgraph/pkg-plist Wed Jun 11 10:23:57 2014 (r357461) @@ -1,7 +1,8 @@ bin/xgraph -share/examples/xgraph/bar.xg -share/examples/xgraph/surface.xg -share/examples/xgraph/surface2.xg -share/examples/xgraph/surface3.xg -share/examples/xgraph/xgtest.xg -@dirrm share/examples/xgraph +man/man1/xgraph.1.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bar.xg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface.xg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface2.xg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface3.xg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xgtest.xg +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%