From owner-svn-ports-all@FreeBSD.ORG Fri May 29 19:56:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ADE51E6; Fri, 29 May 2015 19:56:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8980A1F9E; Fri, 29 May 2015 19:56:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4TJuobo059970; Fri, 29 May 2015 19:56:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4TJuoNO059969; Fri, 29 May 2015 19:56:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505291956.t4TJuoNO059969@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 29 May 2015 19:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387884 - head/games/katawa-shoujo 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.20 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, 29 May 2015 19:56:50 -0000 Author: jbeich Date: Fri May 29 19:56:49 2015 New Revision: 387884 URL: https://svnweb.freebsd.org/changeset/ports/387884 Log: games/katawa-shoujo: slightly simplify distfiles Modified: head/games/katawa-shoujo/Makefile (contents, props changed) Modified: head/games/katawa-shoujo/Makefile ============================================================================== --- head/games/katawa-shoujo/Makefile Fri May 29 19:51:29 2015 (r387883) +++ head/games/katawa-shoujo/Makefile Fri May 29 19:56:49 2015 (r387884) @@ -6,10 +6,10 @@ DISTVERSIONSUFFIX=-[linux-x86][FCF758CC] CATEGORIES= games MASTER_SITES= http://dl.katawa-shoujo.com/gold_${PORTVERSION}/:game \ GENTOO:icon -DISTFILES= [4ls]_${PORTNAME:S|-|_|}_${PORTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:game \ +DISTFILES= [4ls]_${DISTNAME:S|-|_|:S|-|_|}${EXTRACT_SUFX}:game \ ${PORTNAME}-48.png:icon \ ${PORTNAME}-256.png:icon -EXTRACT_ONLY= [4ls]_${PORTNAME:S|-|_|}_${PORTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} +EXTRACT_ONLY= [4ls]_${DISTNAME:S|-|_|:S|-|_|}${EXTRACT_SUFX} MAINTAINER= jbeich@FreeBSD.org COMMENT= Bishoujo-style visual novel about disabled adolescents