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/eijiro-fpw/Makefile | |
parent | 0b03e353f8efd0eea821b016704b9c2c9a97256c (diff) |
Fix passing of SRCFILE and PORT_SRCFILE knobs to gmake.
Also fix FPWPARSERFLAGS, which seemed to be broken wrt charset.
PR: ports/79711
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=137378
Diffstat (limited to 'japanese/eijiro-fpw/Makefile')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 2 |
1 files changed, 1 insertions, 1 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 \ |