diff options
author | nork <nork@FreeBSD.org> | 2004-01-16 02:06:54 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-01-16 02:06:54 +0800 |
commit | c4538e6aeb02e9bd66efe2a5c662fd263da71cbb (patch) | |
tree | 29a991bea96bfca48693321657ddbbdfdbb96044 /japanese/motoya-ttfonts/Makefile | |
parent | 8006452a13c7dd1c72d5becbff607a3c532403cc (diff) | |
download | freebsd-ports-gnome-c4538e6aeb02e9bd66efe2a5c662fd263da71cbb.tar.gz freebsd-ports-gnome-c4538e6aeb02e9bd66efe2a5c662fd263da71cbb.tar.zst freebsd-ports-gnome-c4538e6aeb02e9bd66efe2a5c662fd263da71cbb.zip |
o Remove unnecessary URL. [1]
o Fix do-install. [2]
Submitted by: ume [1], rushani [2]
Diffstat (limited to 'japanese/motoya-ttfonts/Makefile')
-rw-r--r-- | japanese/motoya-ttfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/motoya-ttfonts/Makefile b/japanese/motoya-ttfonts/Makefile index ffef1c2b225d..0b4521825bbd 100644 --- a/japanese/motoya-ttfonts/Makefile +++ b/japanese/motoya-ttfonts/Makefile @@ -8,7 +8,7 @@ PORTNAME= motoya-ttfonts PORTVERSION= 0.20040116 CATEGORIES= japanese x11-fonts -MASTER_SITES= #http://www.motoyafont.jp/dl/win/ +MASTER_SITES= # # You must accept following MOTOYA freefont LICENSE[1], and regist # free member for download. You can get a Japanese mail which # contains download URL. @@ -52,7 +52,7 @@ do-extract: do-install: .if !exists(${PREFIX}/${FONTSDIR}) - @${ECHO} "*************************************************** + @${ECHO} "***************************************************" @${ECHO} "Please add ${PREFIX}/${FONTSDIR} to your font path" @${ECHO} "and load 'xtt' module in /etc/XF86Config." @${ECHO} "***************************************************" |