From owner-svn-ports-all@freebsd.org Fri Dec 1 11:07:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5770BDFC1B7; Fri, 1 Dec 2017 11:07:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 208807BB20; Fri, 1 Dec 2017 11:07:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB1B7TdP090380; Fri, 1 Dec 2017 11:07:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB1B7TMW090379; Fri, 1 Dec 2017 11:07:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712011107.vB1B7TMW090379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Dec 2017 11:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455258 - head/games/trophy X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/trophy X-SVN-Commit-Revision: 455258 X-SVN-Commit-Repository: ports 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.25 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: Fri, 01 Dec 2017 11:07:30 -0000 Author: amdmi3 Date: Fri Dec 1 11:07:29 2017 New Revision: 455258 URL: https://svnweb.freebsd.org/changeset/ports/455258 Log: - Add LICENSE_FILE - Switch to USES=localbase - Don't install license with docs - Cosmetic fixes Modified: head/games/trophy/Makefile Modified: head/games/trophy/Makefile ============================================================================== --- head/games/trophy/Makefile Fri Dec 1 11:03:43 2017 (r455257) +++ head/games/trophy/Makefile Fri Dec 1 11:07:29 2017 (r455258) @@ -11,25 +11,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Single player racing game LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libclanCore.so:devel/clanlib1 -USES= pkgconfig - +USES= pkgconfig localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -PORTDOCS= AUTHORS COPYING ChangeLog README TODO +PORTDOCS= AUTHORS ChangeLog README TODO OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e "/^icondir =/s,icons,pixmaps," \ + @${REINPLACE_CMD} -e "/^icondir =/s,icons,pixmaps," \ ${WRKSRC}/resources/Makefile.in post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ + @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include