freebsd-ports/japanese/eijiro-fpw/files/patch-Makefile
John Marino 6ccbb3fb91 Stage japanese/eijiro-fpw
I modernized and simplified this port beyond the PR, including embedding
the pkg-plist and converting patch-aa with DOS line endings and using
dos2unix.  I also removed the shell command at the small expense of
making lha a permanent dependency.  The downside is that this is a manual
package with a restricted cdrom, so I can't test any of it.  I'll commit
this with the hope that it's correct and request the submitter, who does
own the restricted data, verify that it's working as hoped.

PR:		193061
Submitted by:	turutani (kyoto)
2014-08-29 21:27:28 +00:00

11 lines
347 B
Text

--- 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.