# Created by: Gustau Perez i Querol # $FreeBSD$ # $MCom$ PORTNAME= cinnamon-translations PORTVERSION= 2.2.3 CATEGORIES= misc x11 gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Translations for the cinnamon desktop USES= tar:xz NO_CONFIGURE= yes NO_BUILD= yes do-install: @(cd ${WRKSRC}/mo-export/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/locale) .include