Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2017 11:05:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438033 - head/misc/cinnamon-translations
Message-ID:  <201704081105.v38B5JW9011132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704081105.v38B5JW9011132>