aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/freefonts
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2016-10-23 11:25:18 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2016-10-23 11:25:18 +0000
commitd00086f525fbf1055da2dff497901d1d97bf9166 (patch)
tree9c359846dcb8a2434042276a8dd8d92256957536 /x11-fonts/freefonts
parentfce443fa034d91c0c29c67bf86bf69508edf26c7 (diff)
downloadports-d00086f525fbf1055da2dff497901d1d97bf9166.tar.gz
ports-d00086f525fbf1055da2dff497901d1d97bf9166.zip
Notes
Diffstat (limited to 'x11-fonts/freefonts')
-rw-r--r--x11-fonts/freefonts/Makefile8
-rw-r--r--x11-fonts/freefonts/files/pkg-message.in10
-rw-r--r--x11-fonts/freefonts/pkg-message10
3 files changed, 15 insertions, 13 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile
index 35d86605b47f..5af8f104db27 100644
--- a/x11-fonts/freefonts/Makefile
+++ b/x11-fonts/freefonts/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freefonts
PORTVERSION= 0.10
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11-fonts
MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \
@@ -14,10 +14,12 @@ MASTER_SITE_SUBDIR= gimp/fonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Collection of ATM fonts (not all free) from the CICA archives
-USES= fonts
-
BUILD_DEPENDS= type1inst:x11-fonts/p5-type1inst
+NO_ARCH= yes
+SUB_FILES= pkg-message
+USES= fonts
+
# Some of the fonts are shareware. Some are freeware. Permission must
# be obtained before distributing at least four (mazama.license,
# muriel.license, roosthea.license, shf_____.license). Two have
diff --git a/x11-fonts/freefonts/files/pkg-message.in b/x11-fonts/freefonts/files/pkg-message.in
new file mode 100644
index 000000000000..4615e916fac8
--- /dev/null
+++ b/x11-fonts/freefonts/files/pkg-message.in
@@ -0,0 +1,10 @@
+============================================================
+You'll have to add %%FONTSDIR%%
+to your X font path by either:
+
+$ xset fp+ %%FONTSDIR%%
+$ xset fp rehash
+
+or by adding it to your X-server configuration file and
+restarting the X-server.
+============================================================
diff --git a/x11-fonts/freefonts/pkg-message b/x11-fonts/freefonts/pkg-message
deleted file mode 100644
index 997ced993121..000000000000
--- a/x11-fonts/freefonts/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-============================================================
-You'll have to add /usr/local/lib/X11/fonts/freefont
-to your X font path by either:
-
-$ xset fp+ /usr/local/lib/X11/fonts/freefont
-$ xset fp rehash
-
-or by adding it to your X-server configuration file (usually
-/etc/X11/XF86Config) and restarting the X-server.
-============================================================