From owner-svn-ports-all@freebsd.org Wed Jun 8 09:03:54 2016 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 E2BA3B6EB78; Wed, 8 Jun 2016 09:03:54 +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 B43CA18F4; Wed, 8 Jun 2016 09:03:54 +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 u5893rqF040916; Wed, 8 Jun 2016 09:03:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5893rEC040915; Wed, 8 Jun 2016 09:03:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606080903.u5893rEC040915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 Jun 2016 09:03:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416537 - head/games/black-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-all@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 08 Jun 2016 09:03:55 -0000 Author: amdmi3 Date: Wed Jun 8 09:03:53 2016 New Revision: 416537 URL: https://svnweb.freebsd.org/changeset/ports/416537 Log: - Switch to options helpers Modified: head/games/black-box/Makefile Modified: head/games/black-box/Makefile ============================================================================== --- head/games/black-box/Makefile Wed Jun 8 08:30:46 2016 (r416536) +++ head/games/black-box/Makefile Wed Jun 8 09:03:53 2016 (r416537) @@ -22,16 +22,18 @@ USE_SDL= sdl image mixer GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog NEWS README -OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Black-Box" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" +OPTIONS_DEFINE= DOCS + post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include