Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 16:00:27 -0800 (PST)
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48757: [NEW PORT] gdeskcal
Message-ID:  <200302280000.h1S00RhQ018704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48757; it has been noted by GNATS.

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
Date: Fri, 28 Feb 2003 00:52:25 +0100

 --?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-ports-bugs" in the body of the message




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