diff options
author | taoka <taoka@FreeBSD.org> | 2002-09-13 05:51:56 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2002-09-13 05:51:56 +0000 |
commit | 9cf8aa2f01668e0d66a6382c8f8683085dc41ce1 (patch) | |
tree | ab50071320dbbf8d17c34b8cb2774ad10ce9f9cc /japanese/waeijiro-fpw/files | |
parent | f0672dcefb9744642f1fcda0cacdfcd194ef2eb2 (diff) | |
download | FreeBSD-ports-9cf8aa2f01668e0d66a6382c8f8683085dc41ce1.zip FreeBSD-ports-9cf8aa2f01668e0d66a6382c8f8683085dc41ce1.tar.gz |
New port: WAEIJIRO Japanese - English Dictionary (EPWING V1 format)
Diffstat (limited to 'japanese/waeijiro-fpw/files')
-rw-r--r-- | japanese/waeijiro-fpw/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/waeijiro-fpw/files/patch-aa b/japanese/waeijiro-fpw/files/patch-aa new file mode 100644 index 0000000..eb63c24 --- /dev/null +++ b/japanese/waeijiro-fpw/files/patch-aa @@ -0,0 +1,18 @@ +--- Makefile.~1~ Wed Mar 27 19:32:34 2002 ++++ Makefile Mon Sep 9 14:00:51 2002 +@@ -1,10 +1,13 @@ +-SRC_DICT=/dose/tmp/dic/waeiji52.txt ++ifeq (,${SRC_DICT}) ++SRC_DICT = waeiji52.txt ++endif ++#SRC_DICT=/dose/tmp/dic/waeiji52.txt + INSTALLDIR=/home/dict + DIR=WAEIJIRO + + # don't modify below + + FPWPARSER = waeijiro-fpw.pl +-FPWPARSERFLAGS = $(SRC_DICT) ++FPWPARSERFLAGS = -- $(SRC_DICT) + + include fpwutils.mk |