1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Jimmy Olgeni 2016-10-23 11:25:18 +00:00
parent fce443fa03
commit d00086f525
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424512
3 changed files with 15 additions and 13 deletions

View File

@ -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

View File

@ -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.
============================================================

View File

@ -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.
============================================================