freebsd-ports/misc/cinnamon-translations/Makefile
Dmitry Marakasov 20693d2c9a - Remove bogus (in presence of USE_GITHUB) USES=tar*
- Add NO_ARCH

Approved by:	portmgr blanket
2017-04-08 11:05:19 +00:00

25 lines
580 B
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom: ports/trunk/misc/cinnamon-translations/Makefile 19857 2014-09-13 09:46:37Z gusi $
PORTNAME= cinnamon-translations
PORTVERSION= 2.4.2
CATEGORIES= misc x11 gnome
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Translations for the cinnamon desktop
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
USES= gettext-tools
NO_CONFIGURE= yes
INSTALL_TARGET= all
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|usr/share|${STAGEDIR}${PREFIX}/share|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>