Date: Tue, 9 Oct 2012 02:55:44 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172495: audio/guspat: Update MASTER_SITES Message-ID: <20121009025544.b0990cb02df54c598e0ad9b7@yahoo.com> Resent-Message-ID: <201210081800.q98I0RDN085249@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172495 >Category: ports >Synopsis: audio/guspat: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 18:00:26 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Support COPYTREE_SHARE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/guspat/Makefile audio/guspat/Makefile --- /usr/ports/audio/guspat/Makefile 2012-08-16 04:26:13.000000000 +0900 +++ audio/guspat/Makefile 2012-10-08 23:26:26.000000000 +0900 @@ -1,17 +1,13 @@ -# New ports collection makefile for: guspat -# Date created: 2004/07/04 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD: ports/audio/guspat/Makefile,v 1.6 2012/08/15 19:26:13 tabthorpe Exp $ -# PORTNAME= guspat PORTVERSION= 20000706 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://www.linet.gr.jp/~tamuki/timidity/eawplus/ -MASTER_SITES+= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nork +MASTER_SITES= ftp://plamo.linet.gr.jp/pub/Plamo-src/contrib/Sound/timidity/ \ + RINGSERVER/linux/Plamo/Plamo-src/contrib/Sound/timidity \ + LOCAL/nork DISTFILES= ${PORTNAME}-${PORTVERSION}-required${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}-optional${EXTRACT_SUFX} @@ -32,8 +28,9 @@ do-install: @${MKDIR} ${DATADIR} - @${CP} -pr ${WRKSRC}/* ${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}) @${MKDIR} ${PREFIX}/${TIMIDITY_DATADIR} - @${INSTALL_DATA} ${WRKSRC}/timidity.cfg ${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-guspat + (cd ${WRKSRC} && ${INSTALL_DATA} timidity.cfg \ + ${PREFIX}/${TIMIDITY_DATADIR}/timidity.cfg-guspat) .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121009025544.b0990cb02df54c598e0ad9b7>