aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/gqmpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gqmpeg/Makefile')
-rw-r--r--japanese/gqmpeg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/gqmpeg/Makefile b/japanese/gqmpeg/Makefile
index f1a1ae361576..fe873c762c39 100644
--- a/japanese/gqmpeg/Makefile
+++ b/japanese/gqmpeg/Makefile
@@ -9,15 +9,11 @@ CATEGORIES= japanese
MAINTAINER= katsu@iec.hiroshima-u.ac.jp
-PATCH_SITES= http://www.gmkun.org/patches/
-PATCHFILES= gqmpeg-0.15.0-jp_title.patch
-
.if defined(WITH_SJIS_TAG)
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-*
.endif
MASTERDIR= ${.CURDIR}/../../audio/gqmpeg
-MD5_FILE= ${.CURDIR}/distinfo
COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
@@ -33,4 +29,8 @@ pre-everything::
@${ECHO_MSG}
.endif
+pre-install:
+ @${REINPLACE_CMD} -Ee 's/(helvetica|lucida)-bold/mincho-medium/g ; \
+ s/helvetica|lucida/mincho/g;' ${WRKSRC}/skins/mrclean/skindata*
+
.include "${MASTERDIR}/Makefile"