Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 00:52:25 +0100
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
--?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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030228005225.7636cca8.corecode>