From owner-svn-ports-all@FreeBSD.ORG Sat Nov 30 10:05:55 2013 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 446D5C76; Sat, 30 Nov 2013 10:05:55 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3601719; Sat, 30 Nov 2013 10:05:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUA5sEH084763; Sat, 30 Nov 2013 10:05:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUA5sUn084761; Sat, 30 Nov 2013 10:05:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301005.rAUA5sUn084761@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 10:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335276 - head/www/py-qp 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.16 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: Sat, 30 Nov 2013 10:05:55 -0000 Author: sunpoet Date: Sat Nov 30 10:05:54 2013 New Revision: 335276 URL: http://svnweb.freebsd.org/changeset/ports/335276 Log: - Use PORTDOCS and PORTEXAMPLES - Simplify Makefile Modified: head/www/py-qp/Makefile head/www/py-qp/pkg-plist (contents, props changed) Modified: head/www/py-qp/Makefile ============================================================================== --- head/www/py-qp/Makefile Sat Nov 30 09:58:36 2013 (r335275) +++ head/www/py-qp/Makefile Sat Nov 30 10:05:54 2013 (r335276) @@ -24,15 +24,12 @@ USE_PYTHON= -2.7 SUB_FILES= pkg-message -.include +PORTDOCS= CHANGES.txt LICENSE.txt README.txt +PORTEXAMPLES= * post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${STAGEDIR}${DOCSDIR}/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} install_demo_sites ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include Modified: head/www/py-qp/pkg-plist ============================================================================== --- head/www/py-qp/pkg-plist Sat Nov 30 09:58:36 2013 (r335275) +++ head/www/py-qp/pkg-plist Sat Nov 30 10:05:54 2013 (r335276) @@ -114,31 +114,3 @@ bin/qpcensus.py @dirrm %%PYTHON_SITELIBDIR%%/qp/fill @dirrm %%PYTHON_SITELIBDIR%%/qp/sites @dirrm %%PYTHON_SITELIBDIR%%/qp -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo/slash.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo/var/here.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/slash.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/var/here.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/forms.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/qwiki.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/slash.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/all.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/favicon.ico -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/favicon.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/proto.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/var/here.txt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/echo/var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/echo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hello/var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hello -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto/static -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto/var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%