aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-ipa
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2010-02-19 15:29:56 +0000
committerHiroki Sato <hrs@FreeBSD.org>2010-02-19 15:29:56 +0000
commit0b3065393b0f24ce8b21825c1cad051d7cb0ae47 (patch)
treea4e87ca1e3c944a02ae504a8d7560c8d8d2d0222 /japanese/font-ipa
parent6a19154eccec79f55c2c1379096196fb4a30a1a6 (diff)
downloadports-0b3065393b0f24ce8b21825c1cad051d7cb0ae47.tar.gz
ports-0b3065393b0f24ce8b21825c1cad051d7cb0ae47.zip
Fix a matching rule for fonts.dir lines in pkg-install. It removed
all of -ipa-* lines when deinstalling. Feature safe: yes
Notes
Notes: svn path=/head/; revision=250069
Diffstat (limited to 'japanese/font-ipa')
-rw-r--r--japanese/font-ipa/Makefile2
-rw-r--r--japanese/font-ipa/files/pkg-install.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile
index c9f076f6c278..9f817e6663ee 100644
--- a/japanese/font-ipa/Makefile
+++ b/japanese/font-ipa/Makefile
@@ -6,7 +6,7 @@
PORTNAME= font-ipa
PORTVERSION= 00301
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/
DISTNAME= IPAfont${PORTVERSION}
diff --git a/japanese/font-ipa/files/pkg-install.in b/japanese/font-ipa/files/pkg-install.in
index 55bc65661d61..6a3088596618 100644
--- a/japanese/font-ipa/files/pkg-install.in
+++ b/japanese/font-ipa/files/pkg-install.in
@@ -9,7 +9,7 @@ catfontsdir ()
do
case "${_IN}" in
*-ipa-IPAUI*|*-ipa-[MU]*) echo ${_IN} ;;
- *-ipa-*|[0-9]*|"") ;;
+ *-ipa-[Mm]incho-*|*-ipa-[Gg]othic-*|*-ipa-IPA*|[0-9]*|"") ;;
*) echo ${_IN} ;;
esac
done