Date: Sat, 18 Aug 2012 02:48:46 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/170722: [MAINTAINER] games/bubble-chains: Makefile changed, OptionsNG Message-ID: <20120818004851.0EAEB1065670@hub.freebsd.org> Resent-Message-ID: <201208180050.q7I0o8HG036390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170722 >Category: ports >Synopsis: [MAINTAINER] games/bubble-chains: Makefile changed, OptionsNG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 18 00:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: Changed all to ${PORTNAME} OptionsNG .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- bubble-chains-0.1.1_4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/bubble-chains/Makefile ./Makefile --- /usr/ports/games/bubble-chains/Makefile 2012-08-05 00:52:02.000000000 +0200 +++ ./Makefile 2012-08-18 02:37:09.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= bubble-chains PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://bubble-chains.sintegrial.com/files/ DISTNAME= chains-${DISTVERSION} @@ -31,9 +31,9 @@ MAKE_JOBS_SAFE= yes -PLIST_FILES= bin/bubble-chains \ - share/pixmaps/bubble-chains.ico \ - share/pixmaps/bubble-chains.png +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.ico \ + share/pixmaps/${PORTNAME}.png PLIST_DIRSTRY= share/applications PORTDATA= * @@ -50,6 +50,8 @@ @${REINPLACE_CMD} -e 's|/usr/local/games/chains|${DATADIR}|' \ ${WRKSRC}/main.cpp ${WRKSRC}/Game.pro +.include <bsd.port.options.mk> + do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} @@ -58,20 +60,20 @@ # Executable ${INSTALL_PROGRAM} ${WRKSRC}/bin/chains ${PREFIX}/bin/${PORTNAME} -# Pixmaps and Desktop - ${INSTALL_DATA} ${WRKSRC}/images/logo.png \ - ${PREFIX}/share/pixmaps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/icon.ico \ - ${PREFIX}/share/pixmaps/${PORTNAME}.ico - # Data .if !defined (NOPORTDATA) ${MKDIR} ${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR}) .endif +# Pixmaps and Desktop + ${INSTALL_DATA} ${WRKSRC}/images/logo.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png + ${INSTALL_DATA} ${WRKSRC}/icon.ico \ + ${PREFIX}/share/pixmaps/${PORTNAME}.ico + # Documentation -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif --- bubble-chains-0.1.1_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120818004851.0EAEB1065670>