From owner-svn-ports-all@FreeBSD.ORG Sun Dec 8 16:37:56 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 5D677C66; Sun, 8 Dec 2013 16:37:56 +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 49A881EEB; Sun, 8 Dec 2013 16:37:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8Gbu0t049135; Sun, 8 Dec 2013 16:37:56 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8GbucK049134; Sun, 8 Dec 2013 16:37:56 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201312081637.rB8GbucK049134@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 8 Dec 2013 16:37:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335910 - head/games/fbg2 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: Sun, 08 Dec 2013 16:37:56 -0000 Author: nemysis Date: Sun Dec 8 16:37:55 2013 New Revision: 335910 URL: http://svnweb.freebsd.org/changeset/ports/335910 Log: - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/games/fbg2/Makefile Modified: head/games/fbg2/Makefile ============================================================================== --- head/games/fbg2/Makefile Sun Dec 8 16:36:00 2013 (r335909) +++ head/games/fbg2/Makefile Sun Dec 8 16:37:55 2013 (r335910) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/fbg/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Classic block-stacking arcade game LICENSE= GPLv2 CCbyNCSA3 @@ -18,9 +18,9 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ - png15:${PORTSDIR}/graphics/png \ - physfs.1:${PORTSDIR}/devel/physfs +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ + libpng15.so:${PORTSDIR}/graphics/png \ + libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip USES= pkgconfig @@ -39,13 +39,8 @@ PORTDOCS= ChangeLog OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include