From owner-svn-ports-all@FreeBSD.ORG Thu Apr 17 07:23:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B24806B6; Thu, 17 Apr 2014 07:23:33 +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 9F76112BC; Thu, 17 Apr 2014 07:23:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H7NX9h001685; Thu, 17 Apr 2014 07:23:33 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3H7NXRt001684; Thu, 17 Apr 2014 07:23:33 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201404170723.s3H7NXRt001684@svn.freebsd.org> From: Li-Wen Hsu Date: Thu, 17 Apr 2014 07:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351456 - head/devel/py-cxx 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.17 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: Thu, 17 Apr 2014 07:23:33 -0000 Author: lwhsu Date: Thu Apr 17 07:23:33 2014 New Revision: 351456 URL: http://svnweb.freebsd.org/changeset/ports/351456 QAT: https://qat.redports.org/buildarchive/r351456/ Log: - Support staging PR: ports/188478 Submitted by: Bartek Rutkowski Modified: head/devel/py-cxx/Makefile Modified: head/devel/py-cxx/Makefile ============================================================================== --- head/devel/py-cxx/Makefile Thu Apr 17 06:17:53 2014 (r351455) +++ head/devel/py-cxx/Makefile Thu Apr 17 07:23:33 2014 (r351456) @@ -16,15 +16,14 @@ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= CXX PYDISTUTILS_PKGVERSION= 5.3 -NO_STAGE= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= * .if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${STAGEDIR}${DOCSDIR} .endif post-patch: