Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2014 18:44:19 +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: r353118 - in head/korean: unfonts-core unfonts-extra
Message-ID:  <201405061844.s46IiJxK066526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue May  6 18:44:19 2014
New Revision: 353118
URL: http://svnweb.freebsd.org/changeset/ports/353118
QAT: https://qat.redports.org/buildarchive/r353118/

Log:
  Re-add accidentally removed PLIST_DIRS and PLIST_FILES in r339059.
  
  Submitted by:	platypus01 at gmail dot com
  Pointyhat to:	jkim

Modified:
  head/korean/unfonts-core/Makefile
  head/korean/unfonts-extra/Makefile

Modified: head/korean/unfonts-core/Makefile
==============================================================================
--- head/korean/unfonts-core/Makefile	Tue May  6 18:43:03 2014	(r353117)
+++ head/korean/unfonts-core/Makefile	Tue May  6 18:44:19 2014	(r353118)
@@ -3,6 +3,7 @@
 
 PORTNAME=	unfonts
 PORTVERSION?=	1.0.2.080608
+PORTREVISION?=	1
 CATEGORIES=	korean x11-fonts
 MASTER_SITES?=	http://kldp.net/frs/download.php/4695/
 PKGNAMESUFFIX=	-${FONTCAT}
@@ -36,6 +37,9 @@ FONTLIST?=	UnBatang \
 		UnPilgiBold
 FONTFILES=	${FONTLIST:S/$/.ttf/} fonts.dir fonts.scale
 
+PLIST_DIRS=	${FONTSDIR}
+PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|}
+
 do-build:
 	${LOCALBASE}/bin/mkfontscale ${WRKSRC}
 	${LOCALBASE}/bin/mkfontdir ${WRKSRC}

Modified: head/korean/unfonts-extra/Makefile
==============================================================================
--- head/korean/unfonts-extra/Makefile	Tue May  6 18:43:03 2014	(r353117)
+++ head/korean/unfonts-extra/Makefile	Tue May  6 18:44:19 2014	(r353118)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 MASTER_SITES=	http://kldp.net/frs/download.php/1435/
 
 FONTCAT=	extra



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