svn commit: r469865 - head/x11-fonts/mkfontdir

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 14 09:04:06 UTC 2018


Author: amdmi3
Date: Mon May 14 09:04:05 2018
New Revision: 469865
URL: https://svnweb.freebsd.org/changeset/ports/469865

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fonts/mkfontdir/Makefile

Modified: head/x11-fonts/mkfontdir/Makefile
==============================================================================
--- head/x11-fonts/mkfontdir/Makefile	Mon May 14 08:59:54 2018	(r469864)
+++ head/x11-fonts/mkfontdir/Makefile	Mon May 14 09:04:05 2018	(r469865)
@@ -8,10 +8,15 @@ CATEGORIES=	x11-fonts
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Create an index of X font files in a directory
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	mkfontscale:x11-fonts/mkfontscale
 
 XORG_CAT=	app
 
 PLIST_FILES=	bin/mkfontdir man/man1/mkfontdir.1.gz
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list