diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:08:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:08:09 +0000 |
commit | 5cf541bf3999c90798d4dcfc8ed43ebe897f6987 (patch) | |
tree | 2b16d689b6029b0db6a3a5aa0619764a1c382d3d /korean | |
parent | d6e472c1a5a12953e7d923e6bb39d83f7bfb49c7 (diff) | |
download | ports-5cf541bf3999c90798d4dcfc8ed43ebe897f6987.tar.gz ports-5cf541bf3999c90798d4dcfc8ed43ebe897f6987.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/aleefonts-ttf/Makefile | 1 | ||||
-rw-r--r-- | korean/hpscat/Makefile | 2 | ||||
-rw-r--r-- | korean/hunspell/Makefile | 1 | ||||
-rw-r--r-- | korean/nanumcoding-ttf/Makefile | 1 | ||||
-rw-r--r-- | korean/nanumfonts-otf/Makefile | 1 | ||||
-rw-r--r-- | korean/unfonts-core/Makefile | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/korean/aleefonts-ttf/Makefile b/korean/aleefonts-ttf/Makefile index 2b043a4a8029..be6919081f54 100644 --- a/korean/aleefonts-ttf/Makefile +++ b/korean/aleefonts-ttf/Makefile @@ -23,7 +23,6 @@ FONTSDIR= lib/X11/fonts/alee${PKGNAMESUFFIX} FONTLIST= Bandal Bangwool Eunjin EunjinNakseo Guseul FONTFILES= ${FONTLIST:S/$/.ttf/} fonts.dir fonts.scale -PLIST_DIRS= ${FONTSDIR} PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|} do-build: diff --git a/korean/hpscat/Makefile b/korean/hpscat/Makefile index a2d6a08ffdbd..cb325c601ae9 100644 --- a/korean/hpscat/Makefile +++ b/korean/hpscat/Makefile @@ -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 diff --git a/korean/hunspell/Makefile b/korean/hunspell/Makefile index 8d1f766c3253..fb426e39714e 100644 --- a/korean/hunspell/Makefile +++ b/korean/hunspell/Makefile @@ -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 diff --git a/korean/nanumcoding-ttf/Makefile b/korean/nanumcoding-ttf/Makefile index 5fb8ab3fe2d2..edf3eaf29976 100644 --- a/korean/nanumcoding-ttf/Makefile +++ b/korean/nanumcoding-ttf/Makefile @@ -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: diff --git a/korean/nanumfonts-otf/Makefile b/korean/nanumfonts-otf/Makefile index f8d98a0d7b08..e3f50d41fe59 100644 --- a/korean/nanumfonts-otf/Makefile +++ b/korean/nanumfonts-otf/Makefile @@ -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: diff --git a/korean/unfonts-core/Makefile b/korean/unfonts-core/Makefile index 0e32d3caf198..72bf6b290e1c 100644 --- a/korean/unfonts-core/Makefile +++ b/korean/unfonts-core/Makefile @@ -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: |