svn commit: r353118 - in head/korean: unfonts-core unfonts-extra

Jung-uk Kim jkim at FreeBSD.org
Tue May 6 18:44:20 UTC 2014


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


More information about the svn-ports-all mailing list