Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 19:08:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375093 - in head/korean: aleefonts-ttf hpscat hunspell nanumcoding-ttf nanumfonts-otf unfonts-core
Message-ID:  <201412201908.sBKJ8AxE091085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 20 19:08:09 2014
New Revision: 375093
URL: https://svnweb.freebsd.org/changeset/ports/375093
QAT: https://qat.redports.org/buildarchive/r375093/

Log:
  cleanup plist

Modified:
  head/korean/aleefonts-ttf/Makefile
  head/korean/hpscat/Makefile
  head/korean/hunspell/Makefile
  head/korean/nanumcoding-ttf/Makefile
  head/korean/nanumfonts-otf/Makefile
  head/korean/unfonts-core/Makefile

Modified: head/korean/aleefonts-ttf/Makefile
==============================================================================
--- head/korean/aleefonts-ttf/Makefile	Sat Dec 20 19:06:19 2014	(r375092)
+++ head/korean/aleefonts-ttf/Makefile	Sat Dec 20 19:08:09 2014	(r375093)
@@ -23,7 +23,6 @@ FONTSDIR=	lib/X11/fonts/alee${PKGNAMESUF
 FONTLIST=	Bandal Bangwool Eunjin EunjinNakseo Guseul
 FONTFILES=	${FONTLIST:S/$/.ttf/} fonts.dir fonts.scale
 
-PLIST_DIRS=	${FONTSDIR}
 PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|}
 
 do-build:

Modified: head/korean/hpscat/Makefile
==============================================================================
--- head/korean/hpscat/Makefile	Sat Dec 20 19:06:19 2014	(r375092)
+++ head/korean/hpscat/Makefile	Sat Dec 20 19:08:09 2014	(r375093)
@@ -27,8 +27,6 @@ PLIST_FILES=	bin/hpscat bin/hpscat.bin
 .for i in ${FONTFILES} ${README_FILES}
 PLIST_FILES+=	${FONTDIR_REL}/${i}
 .endfor
-PLIST_DIRS=	${FONTDIR_REL}
-PLIST_DIRSTRY=	share/fonts
 SUB_FILES=	hpscat.sh pkg-message
 SUB_LIST=	FONTDIR=${FONTDIR}
 USES=		perl5

Modified: head/korean/hunspell/Makefile
==============================================================================
--- head/korean/hunspell/Makefile	Sat Dec 20 19:06:19 2014	(r375092)
+++ head/korean/hunspell/Makefile	Sat Dec 20 19:08:09 2014	(r375093)
@@ -18,7 +18,6 @@ USES=		gmake python:build tar:xz
 
 PLIST_FILES=	%%DATADIR%%/ko_KR.aff \
 		%%DATADIR%%/ko_KR.dic
-PLIST_DIRSTRY=	%%DATADIR%%
 
 PROJECTHOST=	spellcheck-ko
 

Modified: head/korean/nanumcoding-ttf/Makefile
==============================================================================
--- head/korean/nanumcoding-ttf/Makefile	Sat Dec 20 19:06:19 2014	(r375092)
+++ head/korean/nanumcoding-ttf/Makefile	Sat Dec 20 19:08:09 2014	(r375093)
@@ -24,7 +24,6 @@ FONTLIST=	NanumGothicCoding \
 		NanumGothicCoding-Bold
 FONTFILES=	${FONTLIST:S/$/.ttf/} fonts.dir fonts.scale
 
-PLIST_DIRS=	${FONTSDIR}
 PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|}
 
 post-extract:

Modified: head/korean/nanumfonts-otf/Makefile
==============================================================================
--- head/korean/nanumfonts-otf/Makefile	Sat Dec 20 19:06:19 2014	(r375092)
+++ head/korean/nanumfonts-otf/Makefile	Sat Dec 20 19:08:09 2014	(r375093)
@@ -46,7 +46,6 @@ FONTLIST=	NanumBrush \
 		NanumPen
 FONTFILES=	${FONTLIST:S/$/.${FONTTYPE}/} fonts.dir fonts.scale
 
-PLIST_DIRS=	${FONTSDIR}
 PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|}
 
 do-build:

Modified: head/korean/unfonts-core/Makefile
==============================================================================
--- head/korean/unfonts-core/Makefile	Sat Dec 20 19:06:19 2014	(r375092)
+++ head/korean/unfonts-core/Makefile	Sat Dec 20 19:08:09 2014	(r375093)
@@ -37,7 +37,6 @@ FONTLIST?=	UnBatang \
 		UnPilgiBold
 FONTFILES=	${FONTLIST:S/$/.ttf/} fonts.dir fonts.scale
 
-PLIST_DIRS=	${FONTSDIR}
 PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|}
 
 do-build:



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