diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-13 02:12:19 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-13 02:12:19 +0000 |
commit | 1d193206da0982833f0016bfd257e70f17865f98 (patch) | |
tree | 7a55ed1109f801fbbfc0ea9667d2715f708e86dd /japanese | |
parent | 0b03e353f8efd0eea821b016704b9c2c9a97256c (diff) | |
download | ports-1d193206da0982833f0016bfd257e70f17865f98.tar.gz ports-1d193206da0982833f0016bfd257e70f17865f98.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 2 | ||||
-rw-r--r-- | japanese/eijiro-fpw/files/patch-aa | 21 |
2 files changed, 11 insertions, 12 deletions
diff --git a/japanese/eijiro-fpw/Makefile b/japanese/eijiro-fpw/Makefile index e320bad8d1d4..fb35842a3f47 100644 --- a/japanese/eijiro-fpw/Makefile +++ b/japanese/eijiro-fpw/Makefile @@ -39,7 +39,7 @@ DICT_PATH:= ${WRKDIR} CDROM_PATH= ${NONEXISTENT} .endif -MAKE_ARGS:= PORT_SRCFILE=${DICT_PATH}/${SRCFILE} +MAKE_ARGS:= SRCFILE=${DICT_PATH}/${SRCFILE} post-extract: @if [ -f ${CDROM_PATH}/eijiro-original/*.exe ]; then \ diff --git a/japanese/eijiro-fpw/files/patch-aa b/japanese/eijiro-fpw/files/patch-aa index ff9830eae0dc..948fccc9b6cc 100644 --- a/japanese/eijiro-fpw/files/patch-aa +++ b/japanese/eijiro-fpw/files/patch-aa @@ -1,12 +1,11 @@ ---- ../orig/eijiro-fpw1.0b/Makefile Sun Oct 8 23:40:55 2000 -+++ Makefile Thu Dec 21 12:03:11 2000 -@@ -17,7 +17,8 @@ - #
- EIJIROVER = 37
- SRCDIR = .
--SRCFILE := $(wildcard ${SRCDIR}/EIJI${EIJIROVER}??.TXT)
-+#SRCFILE := $(wildcard ${SRCDIR}/EIJI${EIJIROVER}??.TXT)
-+SRCFILE=${PORT_SRCFILE}
- #SRCFILE = test.txt
+--- Makefile.orig Sun Oct 8 14:40:55 2000 ++++ Makefile Mon Jun 13 11:55:22 2005 +@@ -47,7 +47,7 @@ + DIR = eijiro
- #
+ FPWPARSER = eijiro-fpw.pl
+-FPWPARSERFLAGS = -- --charset=${CHARSET} ${SRCFILE}
++FPWPARSERFLAGS = -c "${CHARSET}" "${SRCFILE}"
+
+ # fpwutils.mk must be located in one of the make include directories or
+ # you should user -I option.
|