From owner-freebsd-gnome Thu Feb 27 15:52:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 489F637B401; Thu, 27 Feb 2003 15:52:37 -0800 (PST) Received: from mail.fsei.e-technik.tu-muenchen.de (trafo.fsei.e-technik.tu-muenchen.de [129.187.54.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F2643FA3; Thu, 27 Feb 2003 15:52:35 -0800 (PST) (envelope-from corecode@fs.ei.tum.de) Received: from hydra (mail@hydra.fsei.e-technik.tu-muenchen.de [192.168.113.23]) by mail.fsei.e-technik.tu-muenchen.de (8.9.3/8.9.3/FSEI-Mailer) with ESMTP id AAA23747; Fri, 28 Feb 2003 00:52:31 +0100 Received: from corecode by hydra with local (Exim 3.35 #1 (Debian)) id 18oXpJ-0007qY-00; Fri, 28 Feb 2003 00:52:33 +0100 Date: Fri, 28 Feb 2003 00:52:25 +0100 From: "Simon 'portlint' Schubert" To: Martin Klaffenboeck Cc: FreeBSD-gnats-submit@freebsd.org, gnome@freebsd.org Subject: Re: ports/48757: [NEW PORT] gdeskcal Message-Id: <20030228005225.7636cca8.corecode@corecode.ath.cx> In-Reply-To: <20030227203444.49966.qmail@httpd.terions.de> References: <20030227203444.49966.qmail@httpd.terions.de> X-Mailer: Sylpheed version 0.8.10claws53 (GTK+ 1.2.10; i686-pc-linux-gnu) X-Portlint: corecode Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="?0/8VC'PC(U9:=.o" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --?0/8VC'PC(U9:=.o Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lately Martin Klaffenboeck told: > sed 's/^X//' >gdeskcal/Makefile << 'END-of-gdeskcal/Makefile' [...] > XDISTNAME= gDeskCal-0_30 use DISTFILES= gDeskCal-${PORTVERSION:S/./_/}${EXTRACT_SUFX} ? [...] > XWRKSRC= ${WRKDIR}/gDeskCal-${PORTVERSION} if you set PORTNAME= gDeskCal this can be skipped [...] > XSTRIP= i doubt this is needed > Xdo-install: > X ${MKDIR} ${PREFIX}/share/gnome/gdeskcal > X ${CP} -vrf ${WRKSRC}/code ${WRKSRC}/gdeskcal \ > X ${WRKSRC}/data ${WRKSRC}/skins \ > X ${PREFIX}/share/gnome/gdeskcal cp considered harmfull, but i have to agree there is no other easy way at the moment. > X ${INSTALL_PROGRAM} ${WRKSRC}/locale/ar_AE/LC_MESSAGES/gdeskcal.mo \ > X ${PREFIX}/share/locale/ar/LC_MESSAGES [more omitted] > X ${INSTALL_PROGRAM} ${WRKSRC}/locale/zh_CN/LC_MESSAGES/gdeskcal.mo \ > X ${PREFIX}/share/locale/zh_CN/LC_MESSAGES you want: @cd ${WRKSRC} && ${FIND} locale -name 'gdeskcal.mo' -exec \ ${INSTALL_DATA} {} ${PREFIX}/share/{} ? at least not ${INSTALL_PROGRAM} cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --?0/8VC'PC(U9:=.o Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE+XqTAr5S+dk6z85oRAs91AJ9sw8FhBkgT+A3nUuFP1i2kWuTyOACfZxb0 ILORbg2qscn3704IU/sgNns= =bPTF -----END PGP SIGNATURE----- --?0/8VC'PC(U9:=.o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message