Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2016 11:26:27 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424513 - head/x11-fonts/sharefonts
Message-ID:  <201610231126.u9NBQRkm045265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Oct 23 11:26:27 2016
New Revision: 424513
URL: https://svnweb.freebsd.org/changeset/ports/424513

Log:
  x11-fonts/sharefonts: add NO_ARCH and reduce diff with x11-fonts/freefonts.

Modified:
  head/x11-fonts/sharefonts/Makefile

Modified: head/x11-fonts/sharefonts/Makefile
==============================================================================
--- head/x11-fonts/sharefonts/Makefile	Sun Oct 23 11:25:18 2016	(r424512)
+++ head/x11-fonts/sharefonts/Makefile	Sun Oct 23 11:26:27 2016	(r424513)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sharefonts
 PORTVERSION=	0.10
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://download.gimp.org/pub/%SUBDIR%/ \
 		ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/   \
@@ -18,8 +18,9 @@ RESTRICTED=	Shareware: cannot be distrib
 
 NO_BUILD=	yes
 
-USES=		fonts
+NO_ARCH=	yes
 SUB_FILES=	pkg-message
+USES=		fonts
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}



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