svn commit: r438033 - head/misc/cinnamon-translations

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 8 11:05:21 UTC 2017


Author: amdmi3
Date: Sat Apr  8 11:05:19 2017
New Revision: 438033
URL: https://svnweb.freebsd.org/changeset/ports/438033

Log:
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/misc/cinnamon-translations/Makefile

Modified: head/misc/cinnamon-translations/Makefile
==============================================================================
--- head/misc/cinnamon-translations/Makefile	Sat Apr  8 11:05:15 2017	(r438032)
+++ head/misc/cinnamon-translations/Makefile	Sat Apr  8 11:05:19 2017	(r438033)
@@ -10,12 +10,14 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome at 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
 
+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


More information about the svn-ports-head mailing list