diff options
Diffstat (limited to 'japanese/kakasi/patches/patch-aa')
-rw-r--r-- | japanese/kakasi/patches/patch-aa | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/japanese/kakasi/patches/patch-aa b/japanese/kakasi/patches/patch-aa deleted file mode 100644 index 59ea445e708..00000000000 --- a/japanese/kakasi/patches/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/06/08 09:57:49 sakamoto Exp $ - ---- Makefile.orig Tue Jun 8 16:57:09 1999 -+++ Makefile Tue Jun 8 17:22:45 1999 -@@ -27,7 +27,7 @@ - # Please assign next values. - - # Directories of Dictionary and Utilities installed --PREFIX=/usr/local -+PREFIX?=/usr/local - - # Preferable Compiler and Options on your system - CC=cc -@@ -73,8 +73,14 @@ - lint $(CFLAGS) $(SOURCES) - - install: kakasi mkkanwa atoc-conv rdic-conv -- cp kakasi $(BINDIR) -- cp $(STDDICTS) mkkanwa atoc-conv rdic-conv $(LIBDIR) -+ @(for f in ${BINDIR} ${LIBDIR}; do \ -+ if [ ! -d "$$f" ]; then mkdir -p "$$f"; fi; \ -+ done) -+ install -s -c -o bin -g bin -m 755 kakasi $(BINDIR) -+ install -s -c -o bin -g bin -m 755 mkkanwa $(LIBDIR) -+ install -s -c -o bin -g bin -m 755 atoc-conv $(LIBDIR) -+ install -s -c -o bin -g bin -m 755 rdic-conv $(LIBDIR) -+ cp $(STDDICTS) $(LIBDIR) - ./mkkanwa $(LIBDIR)/kanwadict kakasidict - - clean: |