svn commit: r512632 - head/x11-fonts/c64bdf

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 11:51:20 UTC 2019


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 at saper.info
 COMMENT=	Commodore 64 X11 fonts
 
 NO_BUILD=	yes
+
+USES=		fonts
 
 FONTS=	c64 c64d
 FILES=	${FONTS:S,$,.bdf,}


More information about the svn-ports-all mailing list