aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-mona-ipa
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-12-06 15:32:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-12-06 15:32:14 +0000
commit59b6ea0185356a8cfac8de976e753cb4d4aa70c9 (patch)
tree225d84a168260337406cc9f9f8c0fa4f4df3e043 /japanese/font-mona-ipa
parent17093cca0d4863255f953abd846388722bea3a72 (diff)
downloadports-59b6ea0185356a8cfac8de976e753cb4d4aa70c9.tar.gz
ports-59b6ea0185356a8cfac8de976e753cb4d4aa70c9.zip
Fix a typo which prevented fonts.dir entries from being removed
on deinstallation.
Notes
Notes: svn path=/head/; revision=245286
Diffstat (limited to 'japanese/font-mona-ipa')
-rw-r--r--japanese/font-mona-ipa/Makefile1
-rw-r--r--japanese/font-mona-ipa/files/pkg-install.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/japanese/font-mona-ipa/Makefile b/japanese/font-mona-ipa/Makefile
index 29847bf04f95..300eef0e6657 100644
--- a/japanese/font-mona-ipa/Makefile
+++ b/japanese/font-mona-ipa/Makefile
@@ -7,6 +7,7 @@
PORTNAME= font-mona-ipa
PORTVERSION= 1.0.8
+PORTREVISION= 1
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://www.geocities.jp/ipa_mona/
DISTNAME= opfc-ModuleHP-1.1.1_withIPAMonaFonts-${PORTVERSION}
diff --git a/japanese/font-mona-ipa/files/pkg-install.in b/japanese/font-mona-ipa/files/pkg-install.in
index 0c138d4f49b3..5f102b6d383a 100644
--- a/japanese/font-mona-ipa/files/pkg-install.in
+++ b/japanese/font-mona-ipa/files/pkg-install.in
@@ -8,7 +8,7 @@ catfontsdir ()
while read _IN
do
case "${_IN}" in
- *-ipa-mona*-|[0-9]*|"") ;;
+ *-ipa-mona*|[0-9]*|"") ;;
*) echo ${_IN} ;;
esac
done