svn commit: r516139 - head/x11-fonts/terminus-ttf

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 31 08:57:52 UTC 2019


Author: tobik
Date: Thu Oct 31 08:57:51 2019
New Revision: 516139
URL: https://svnweb.freebsd.org/changeset/ports/516139

Log:
  x11-fonts/terminus-ttf: Remove bogus USE_XORG=x11
  
  - Pet portclippy while here

Modified:
  head/x11-fonts/terminus-ttf/Makefile

Modified: head/x11-fonts/terminus-ttf/Makefile
==============================================================================
--- head/x11-fonts/terminus-ttf/Makefile	Thu Oct 31 08:51:07 2019	(r516138)
+++ head/x11-fonts/terminus-ttf/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
@@ -3,7 +3,7 @@
 
 PORTNAME=	terminus-ttf
 PORTVERSION=	4.47.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/
 
@@ -13,14 +13,12 @@ COMMENT=	Terminus Font - a clean fixed width font (TTF
 LICENSE=	OFL11
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_ARCH=	yes
-NO_BUILD=	yes
-USE_XORG=	x11
 USES=		fonts zip
-
 FONTNAME=	TerminusTTF
+NO_ARCH=	yes
+NO_BUILD=	yes
 SUB_FILES=	pkg-message
-PLIST_SUB+=	PORTVERSION=${PORTVERSION}
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}/


More information about the svn-ports-head mailing list