diff options
author | bapt <bapt@FreeBSD.org> | 2019-09-23 19:51:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-09-23 19:51:20 +0800 |
commit | 59d870d0fcf97b6a1dc16373e3a83529199c5d05 (patch) | |
tree | aece3f0a8f3d347601c7d98021824856c75cb06b /x11-fonts | |
parent | d0c7a87501f662fc72b152cd6a1281d9ba342780 (diff) | |
download | freebsd-ports-gnome-59d870d0fcf97b6a1dc16373e3a83529199c5d05.tar.gz freebsd-ports-gnome-59d870d0fcf97b6a1dc16373e3a83529199c5d05.tar.zst freebsd-ports-gnome-59d870d0fcf97b6a1dc16373e3a83529199c5d05.zip |
Define USES=fonts otherwise the fonts are installed in /
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/c64bdf/Makefile | 4 |
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}/,} |