From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 19:08:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC04B4C7; Sat, 20 Dec 2014 19:08:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D789C2285; Sat, 20 Dec 2014 19:08:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKJ8Bke091091; Sat, 20 Dec 2014 19:08:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKJ8AxE091085; Sat, 20 Dec 2014 19:08:10 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412201908.sBKJ8AxE091085@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 20 Dec 2014 19:08:10 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 19:08:12 -0000 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: