aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/c64bdf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-23 11:51:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-23 11:51:20 +0000
commit2442a72d1b5d6c37d292f3206d5d33e4dca2af9f (patch)
treeaece3f0a8f3d347601c7d98021824856c75cb06b /x11-fonts/c64bdf
parentaee8a0140dae84543359dc0952a25e8941eab2f7 (diff)
downloadports-2442a72d1b5d6c37d292f3206d5d33e4dca2af9f.tar.gz
ports-2442a72d1b5d6c37d292f3206d5d33e4dca2af9f.zip
Define USES=fonts otherwise the fonts are installed in /
Notes
Notes: svn path=/head/; revision=512632
Diffstat (limited to 'x11-fonts/c64bdf')
-rw-r--r--x11-fonts/c64bdf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/c64bdf/Makefile b/x11-fonts/c64bdf/Makefile
index 90364425c27d..e6bcaed3ab3a 100644
--- a/x11-fonts/c64bdf/Makefile
+++ b/x11-fonts/c64bdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= c64bdf
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://beej.us/c64bdf/
DISTNAME= ${PORTNAME}
@@ -14,6 +14,8 @@ COMMENT= Commodore 64 X11 fonts
NO_BUILD= yes
+USES= fonts
+
FONTS= c64 c64d
FILES= ${FONTS:S,$,.bdf,}
PLIST_FILES= ${FILES:S,^,${FONTSDIR}/,}