1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix a typo which prevented fonts.dir entries from being removed

on deinstallation.
This commit is contained in:
Hiroki Sato 2009-12-06 15:32:14 +00:00
parent 17093cca0d
commit 59b6ea0185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245286
2 changed files with 2 additions and 1 deletions

View File

@ -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}

View File

@ -8,7 +8,7 @@ catfontsdir ()
while read _IN
do
case "${_IN}" in
*-ipa-mona*-|[0-9]*|"") ;;
*-ipa-mona*|[0-9]*|"") ;;
*) echo ${_IN} ;;
esac
done