Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2015 06:22:04 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381984 - in head/korean/kaistfonts: . files
Message-ID:  <201503230622.t2N6M4Wf079269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Mar 23 06:22:03 2015
New Revision: 381984
URL: https://svnweb.freebsd.org/changeset/ports/381984
QAT: https://qat.redports.org/buildarchive/r381984/

Log:
  - Install the fonts to a better place.
  - Correct the pkg-message to reflect the new directory.

Added:
  head/korean/kaistfonts/files/pkg-message.in
     - copied, changed from r381981, head/korean/kaistfonts/pkg-message
Deleted:
  head/korean/kaistfonts/pkg-message
Modified:
  head/korean/kaistfonts/Makefile

Modified: head/korean/kaistfonts/Makefile
==============================================================================
--- head/korean/kaistfonts/Makefile	Mon Mar 23 06:12:15 2015	(r381983)
+++ head/korean/kaistfonts/Makefile	Mon Mar 23 06:22:03 2015	(r381984)
@@ -1,11 +1,12 @@
 # Created by: Junho CHOI <junho.choi@gmail.com>
 # $FreeBSD$
 
-PORTNAME=	kaistfonts-ksc
+PORTNAME=	kaistfonts
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	korean x11-fonts
 MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
+PKGNAMESUFFIX=	-ksc
 DISTNAME=	${PKGNAME}
 DISTFILES=	kaist-newmj18.bdf.gz ks_philgi16.bdf.gz \
 		kaist-newmj16.bdf.gz ks_iyagi16.bdf.gz
@@ -13,6 +14,8 @@ DISTFILES=	kaist-newmj18.bdf.gz ks_philg
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X11 KAIST font(ksc5601.1987-0 encoding) collection
 
+SUB_FILES=	pkg-message
+
 BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
 
 USES=		fonts gmake

Copied and modified: head/korean/kaistfonts/files/pkg-message.in (from r381981, head/korean/kaistfonts/pkg-message)
==============================================================================
--- head/korean/kaistfonts/pkg-message	Mon Mar 23 04:23:08 2015	(r381981, copy source)
+++ head/korean/kaistfonts/files/pkg-message.in	Mon Mar 23 06:22:03 2015	(r381984)
@@ -3,18 +3,18 @@ KAIST Font(KSC5601)
 
 Please note:
 
- This package installed fonts in /usr/X11R6/lib/X11/fonts/local directory.
+ This package installed fonts in %%FONTSDIR%% directory.
  If you are using XFree86 3.3.2 or older, please upgrade to a new version
  or add this directory to your /etc/XF86Config:
 
  Section "Files"
      ...
-     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
+     FontPath   "%%FONTSDIR%%"
      ...
 
  Or, run this command at your X desktop:
 
- # xset +fp /usr/X11R6/lib/X11/fonts/local/ && xset fp rehash
+ # xset +fp %%FONTSDIR%% && xset fp rehash
 
  Don't forget to add the directory to your /etc/XF86Config, for
  add the correct font path after you reboots X.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503230622.t2N6M4Wf079269>