View | Details | Raw Unified | Return to bug 200064 | Differences between
and this patch

Collapse All | Expand All

(-)font-shinonome/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	shinonome
4
PORTNAME=	shinonome
5
PORTVERSION=	0.9.11.p1
5
PORTVERSION=	0.9.11.p1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	japanese x11-fonts
7
CATEGORIES=	japanese x11-fonts
8
MASTER_SITES=	http://openlab.jp/efont/dist/shinonome/%SUBDIR%/
8
MASTER_SITES=	http://openlab.jp/efont/dist/shinonome/%SUBDIR%/
9
MASTER_SITE_SUBDIR=	. old
9
MASTER_SITE_SUBDIR=	. old
(-)font-shinonome/files/pkg-install.in (+2 lines)
Lines 5-16 Link Here
5
5
6
case "$2" in
6
case "$2" in
7
POST-INSTALL)
7
POST-INSTALL)
8
	cd ${FONTSDIR}
8
	touch fonts.alias
9
	touch fonts.alias
9
	grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp
10
	grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp
10
	(cat fonts.alias.tmp; grep -v "^!!" %%FONTSALIAS%%) > fonts.alias
11
	(cat fonts.alias.tmp; grep -v "^!!" %%FONTSALIAS%%) > fonts.alias
11
	rm -f fonts.alias.tmp
12
	rm -f fonts.alias.tmp
12
	;;
13
	;;
13
POST-DEINSTALL)
14
POST-DEINSTALL)
15
	cd ${FONTSDIR}
14
	touch fonts.alias
16
	touch fonts.alias
15
	grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp
17
	grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp
16
	if [ -s fonts.alias.tmp ]; then
18
	if [ -s fonts.alias.tmp ]; then

Return to bug 200064