From owner-svn-ports-head@FreeBSD.ORG Wed Oct 23 12:17:51 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 43F1B469; Wed, 23 Oct 2013 12:17:51 +0000 (UTC) (envelope-from gahr@FreeBSD.org) 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 17B012A5D; Wed, 23 Oct 2013 12:17:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NCHoou060672; Wed, 23 Oct 2013 12:17:50 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NCHoRI060666; Wed, 23 Oct 2013 12:17:50 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201310231217.r9NCHoRI060666@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 23 Oct 2013 12:17:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331379 - in head/devel: cmake cmake-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 12:17:51 -0000 Author: gahr Date: Wed Oct 23 12:17:50 2013 New Revision: 331379 URL: http://svnweb.freebsd.org/changeset/ports/331379 Log: - STAGE-clean Modified: head/devel/cmake-modules/Makefile head/devel/cmake/Makefile head/devel/cmake/pkg-plist (contents, props changed) Modified: head/devel/cmake-modules/Makefile ============================================================================== --- head/devel/cmake-modules/Makefile Wed Oct 23 12:12:40 2013 (r331378) +++ head/devel/cmake-modules/Makefile Wed Oct 23 12:17:50 2013 (r331379) @@ -3,18 +3,16 @@ PORTREVISION= 1 PKGNAMESUFFIX= -modules -LATEST_LINK= cmake-modules COMMENT= Modules and Templates for CMake CMAKE_MODULES= yes -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/Modules - ${MKDIR} ${DATADIR}/Templates - cd ${WRKSRC}/Modules && ${COPYTREE_SHARE} \* ${DATADIR}/Modules - cd ${WRKSRC}/Templates && ${COPYTREE_SHARE} \* ${DATADIR}/Templates + ${MKDIR} ${STAGEDIR}${DATADIR}/Modules + ${MKDIR} ${STAGEDIR}${DATADIR}/Templates + cd ${WRKSRC}/Modules && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/Modules + cd ${WRKSRC}/Templates && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/Templates NO_BUILD= yes Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Wed Oct 23 12:12:40 2013 (r331378) +++ head/devel/cmake/Makefile Wed Oct 23 12:17:50 2013 (r331379) @@ -24,20 +24,8 @@ INSTALL_TARGET= install/strip .if !defined(CMAKE_MODULES) HAS_CONFIGURE= yes RUN_DEPENDS= ${DATADIR}/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules - -MAN1= ccmake.1 \ - cmake.1 \ - cmakecommands.1 \ - cmakecompat.1 \ - cmakemodules.1 \ - cmakepolicies.1 \ - cmakeprops.1 \ - cmakevars.1 \ - cpack.1 \ - ctest.1 .endif -NO_STAGE= yes post-patch: @(${FIND} ${WRKSRC}/Modules -name "*.cmake" -print0; \ ${FIND} ${WRKSRC}/Tests -name "CMakeLists.txt" -print0 ) | \ @@ -55,7 +43,7 @@ post-patch: .if !defined(CMAKE_MODULES) post-install: - ${INSTALL_DATA} ${WRKSRC}/Docs/cmake-mode.el ${PREFIX}/share/emacs/site-lisp + ${INSTALL_DATA} ${WRKSRC}/Docs/cmake-mode.el ${STAGEDIR}${PREFIX}/share/emacs/site-lisp .endif .include Modified: head/devel/cmake/pkg-plist ============================================================================== --- head/devel/cmake/pkg-plist Wed Oct 23 12:12:40 2013 (r331378) +++ head/devel/cmake/pkg-plist Wed Oct 23 12:17:50 2013 (r331379) @@ -2,6 +2,16 @@ bin/ccmake bin/cmake bin/cpack bin/ctest +man/man1/ccmake.1.gz +man/man1/cmake.1.gz +man/man1/cmakecommands.1.gz +man/man1/cmakecompat.1.gz +man/man1/cmakemodules.1.gz +man/man1/cmakepolicies.1.gz +man/man1/cmakeprops.1.gz +man/man1/cmakevars.1.gz +man/man1/cpack.1.gz +man/man1/ctest.1.gz share/aclocal/cmake.m4 %%DATADIR%%/completions/cmake %%DATADIR%%/completions/cpack