freebsd-ports/misc/cinnamon-translations/Makefile
Mathieu Arnold f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00

23 lines
573 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
USES= gettext-tools tar:xz
NO_CONFIGURE= yes
INSTALL_TARGET= all
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
post-patch:
@${REINPLACE_CMD} -e 's|usr/share|${STAGEDIR}${PREFIX}/share|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>