Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 08:57:51 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516139 - head/x11-fonts/terminus-ttf
Message-ID:  <201910310857.x9V8vpUw015341@repo.freebsd.org>

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



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