Date: Mon, 21 Dec 2009 10:31:09 GMT From: Oliver Herold <oh@fixmbr.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141830: games/scummvm minor fix for default theme Message-ID: <200912211031.nBLAV99O021272@www.freebsd.org> Resent-Message-ID: <200912211040.nBLAe4ar077349@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141830 >Category: ports >Synopsis: games/scummvm minor fix for default theme >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 21 10:40:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Oliver Herold >Release: FreeBSD 8.0 stable >Organization: F!XMBR >Environment: FreeBSD skarabrae 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 17 19:28:31 CET 2009 acheron@skarabrae:/usr/obj/usr/src/sys/GENERIC amd64 >Description: games/scummvm uses a new default theme, the one in the ports uses the old green/black-line-style >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/scummvm/Makefile /home/acheron/ports/scummvm/Makefile --- /usr/ports/games/scummvm/Makefile 2009-12-20 17:40:52.822886472 +0100 +++ /home/acheron/ports/scummvm/Makefile 2009-12-21 11:24:13.891301242 +0100 @@ -2,7 +2,7 @@ # Date created: Tue Sep 2 23:34:32 BST 2003 # Whom: Alex Trull <freebsd.alex@trull.org> # -# $FreeBSD: ports/games/scummvm/Makefile,v 1.52 2009/12/20 15:19:02 lme Exp $ +# $FreeBSD: ports/games/scummvm/Makefile,v 1.51 2009/11/08 14:43:18 lme Exp $ # PORTNAME= scummvm @@ -93,6 +93,8 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6 + @${MKDIR} ${PREFIX}/share/scummvm + @${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${PREFIX}/share/scummvm .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912211031.nBLAV99O021272>