View | Details | Raw Unified | Return to bug 200066
Collapse All | Expand All

(-)monafonts/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	monafonts
4
PORTNAME=	monafonts
5
PORTVERSION=	2.90
5
PORTVERSION=	2.90
6
PORTREVISION=	2
6
PORTREVISION=	3
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	japanese x11-fonts
8
CATEGORIES=	japanese x11-fonts
9
MASTER_SITES=	SF/monafont/monafont/monafont-${PORTVERSION}
9
MASTER_SITES=	SF/monafont/monafont/monafont-${PORTVERSION}
(-)monafonts/pkg-descr (-1 / +1 lines)
Lines 3-8 Link Here
3
'2 channel', notorious huge Web BBS.
3
'2 channel', notorious huge Web BBS.
4
4
5
  Bitmap font is installed the following directory tree:
5
  Bitmap font is installed the following directory tree:
6
        ${LOCALBASE}/share/fonts/monafont/
6
        ${LOCALBASE}/share/fonts/monafonts/
7
7
8
WWW: http://monafont.sourceforge.net/
8
WWW: http://monafont.sourceforge.net/
(-)monafonts/pkg-install (-1 / +1 lines)
Lines 4-10 Link Here
4
	exit 0
4
	exit 0
5
fi
5
fi
6
6
7
FONTDIR=${PKG_PREFIX}/share/fonts/monafont
7
FONTDIR=${PKG_PREFIX}/share/fonts/monafonts
8
8
9
grepv() {
9
grepv() {
10
	awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2
10
	awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2

Return to bug 200066