Date: Tue, 06 Nov 2012 17:46:17 +0100 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: makc@FreeBSD.org Subject: ports/173425: [MAINTAINER] games/gottet: Removed all notes, changed comment, do-configure and do-install Message-ID: <20121106164621.AA7C9332@hub.freebsd.org> Resent-Message-ID: <201211061650.qA6Go0Ht035453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173425 >Category: ports >Synopsis: [MAINTAINER] games/gottet: Removed all notes, changed comment, do-configure and do-install >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: Tue Nov 06 16:50:00 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: Changed Makefile: +COMMENT= Tetris clone Changed and refined: do-configure: do-install: Removed all notes Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: portlint -A looks fine. port test: clean >Fix: --- gottet-1.0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/gottet/Makefile ./Makefile --- /usr/ports/games/gottet/Makefile 2012-09-20 02:00:30.000000000 +0200 +++ ./Makefile 2012-10-07 03:37:13.000000000 +0200 @@ -12,7 +12,7 @@ EXTRACT_SUFX= -src.tar.bz2 MAINTAINER= nemysis@gmx.ch -COMMENT= A Tetris clone +COMMENT= Tetris clone LICENSE= GPLv3 @@ -32,21 +32,18 @@ do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} do-install: -# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -# Pixmaps and Desktop ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include <bsd.port.mk> --- gottet-1.0.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?20121106164621.AA7C9332>