Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 11:51:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512632 - head/x11-fonts/c64bdf
Message-ID:  <201909231151.x8NBpKNx037967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 11:51:20 2019
New Revision: 512632
URL: https://svnweb.freebsd.org/changeset/ports/512632

Log:
  Define USES=fonts otherwise the fonts are installed in /

Modified:
  head/x11-fonts/c64bdf/Makefile

Modified: head/x11-fonts/c64bdf/Makefile
==============================================================================
--- head/x11-fonts/c64bdf/Makefile	Mon Sep 23 11:51:17 2019	(r512631)
+++ head/x11-fonts/c64bdf/Makefile	Mon Sep 23 11:51:20 2019	(r512632)
@@ -3,7 +3,7 @@
 
 PORTNAME=	c64bdf
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://beej.us/c64bdf/
 DISTNAME=	${PORTNAME}
@@ -13,6 +13,8 @@ MAINTAINER=	saper@saper.info
 COMMENT=	Commodore 64 X11 fonts
 
 NO_BUILD=	yes
+
+USES=		fonts
 
 FONTS=	c64 c64d
 FILES=	${FONTS:S,$,.bdf,}



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