From owner-svn-ports-head@FreeBSD.ORG Thu Jan 16 23:40:55 2014 Return-Path: Delivered-To: svn-ports-head@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 2F5C9AB4; Thu, 16 Jan 2014 23:40: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 015EE1593; Thu, 16 Jan 2014 23:40: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 s0GNespC059787; Thu, 16 Jan 2014 23:40:54 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GNesNg059785; Thu, 16 Jan 2014 23:40:54 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201401162340.s0GNesNg059785@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 16 Jan 2014 23:40:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340000 - head/graphics/box 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.17 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: Thu, 16 Jan 2014 23:40:55 -0000 Author: nemysis Date: Thu Jan 16 23:40:54 2014 New Revision: 340000 URL: http://svnweb.freebsd.org/changeset/ports/340000 QAT: https://qat.redports.org/buildarchive/r340000/ Log: - Support STAGEDIR Modified: head/graphics/box/Makefile (contents, props changed) head/graphics/box/pkg-plist (contents, props changed) Modified: head/graphics/box/Makefile ============================================================================== --- head/graphics/box/Makefile Thu Jan 16 23:35:43 2014 (r339999) +++ head/graphics/box/Makefile Thu Jan 16 23:40:54 2014 (r340000) @@ -22,31 +22,21 @@ CONFIGURE_ARGS= --with-cairo USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes -MAN1= ${PORTNAME}.1 - PORTDOCS= AUTHORS ChangeLog README STYLE TODO PORTEXAMPLES= * -PLIST_SUB+= PLIST_VER=${PORTVERSION:R} - OPTIONS_DEFINE= DOCS EXAMPLES -NO_STAGE= yes -.include +PLIST_SUB+= PLIST_VER=${PORTVERSION:R} post-patch: ${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) Modified: head/graphics/box/pkg-plist ============================================================================== --- head/graphics/box/pkg-plist Thu Jan 16 23:35:43 2014 (r339999) +++ head/graphics/box/pkg-plist Thu Jan 16 23:40:54 2014 (r340000) @@ -96,6 +96,7 @@ lib/libboxcore%%PLIST_VER%%.a lib/libboxcore%%PLIST_VER%%.la lib/libboxcore%%PLIST_VER%%.so lib/libboxcore%%PLIST_VER%%.so.0 +man/man1/box.1.gz @dirrm lib/box%%PLIST_VER%%/pkg/g @dirrm lib/box%%PLIST_VER%%/pkg @dirrm lib/box%%PLIST_VER%%/lib