Summary: | [NEW PORT] gdeskcal | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Klaffenboeck <martin.klaffenboeck> | ||||
Component: | Individual Port(s) | Assignee: | Joe Marcus Clarke <marcus> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | gnome | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Martin Klaffenboeck
2003-02-27 20:40:02 UTC
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 Responsible Changed From-To: freebsd-ports-bugs->marcus I'll take this. State Changed From-To: open->closed Committed with some modifications. Thanks! |