svn commit: r424513 - head/x11-fonts/sharefonts

Jimmy Olgeni olgeni at FreeBSD.org
Sun Oct 23 11:26:28 UTC 2016


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}


More information about the svn-ports-all mailing list