aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2016-10-23 19:25:18 +0800
committerolgeni <olgeni@FreeBSD.org>2016-10-23 19:25:18 +0800
commit86a07aec86ee83f34a4b6e8ae105bc809093ab44 (patch)
tree9c359846dcb8a2434042276a8dd8d92256957536
parentffb92b8b3d5b3aa7bda11e454f27f391f433d880 (diff)
downloadfreebsd-ports-gnome-86a07aec86ee83f34a4b6e8ae105bc809093ab44.tar.gz
freebsd-ports-gnome-86a07aec86ee83f34a4b6e8ae105bc809093ab44.tar.zst
freebsd-ports-gnome-86a07aec86ee83f34a4b6e8ae105bc809093ab44.zip
x11-fonts/freefonts: fix path in pkg-message and set NO_ARCH.
Remove obsolete reference to /etc/X11/XF86Config. PR: 213686 Submitted by: freebsd@dreamchaser.org
-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.
-============================================================