diff options
author | nork <nork@FreeBSD.org> | 2010-02-15 22:05:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-02-15 22:05:23 +0800 |
commit | 65031c51847d6a59c87f014bad3fd0b406e15a65 (patch) | |
tree | 2a5695e9f1b6a79d86708d424633880e48d6fe27 /japanese | |
parent | 4f98843a3a5bc137a4fc9f9ee733b6c7ca652cc9 (diff) | |
download | freebsd-ports-gnome-65031c51847d6a59c87f014bad3fd0b406e15a65.tar.gz freebsd-ports-gnome-65031c51847d6a59c87f014bad3fd0b406e15a65.tar.zst freebsd-ports-gnome-65031c51847d6a59c87f014bad3fd0b406e15a65.zip |
Fix install error.
Pointed out by: QAT
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nkf/files/patch-aa | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/japanese/nkf/files/patch-aa b/japanese/nkf/files/patch-aa index 57996fe0b9b4..dfc75928838f 100644 --- a/japanese/nkf/files/patch-aa +++ b/japanese/nkf/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig 2009-11-17 09:33:04.000000000 +0900 -+++ Makefile 2010-02-15 22:45:33.396131542 +0900 ++++ Makefile 2010-02-15 23:02:44.471546444 +0900 @@ -1,18 +1,22 @@ -CC = cc -CFLAGS = -g -O2 -Wall -pedantic @@ -28,13 +28,23 @@ nkf.o : nkf.c nkf.h utf8tbl.h config.h $(CC) $(CFLAGS) -c nkf.c -@@ -39,9 +43,9 @@ - -$(MKDIR) $(prefix)/man/man1 - -$(MKDIR) $(prefix)/man/ja - -$(MKDIR) $(prefix)/man/ja/man1 +@@ -34,14 +38,14 @@ + make test ) + + install: +- -$(MKDIR) $(prefix)/bin +- -$(MKDIR) $(prefix)/man +- -$(MKDIR) $(prefix)/man/man1 +- -$(MKDIR) $(prefix)/man/ja +- -$(MKDIR) $(prefix)/man/ja/man1 - cp nkf $(prefix)/bin/ - cp nkf.1 $(prefix)/man/man1/ - cp nkf.1j $(prefix)/man/ja/man1/nkf.1 ++ -$(MKDIR) $(PREFIX)/bin ++ -$(MKDIR) $(PREFIX)/man ++ -$(MKDIR) $(PREFIX)/man/man1 ++ -$(MKDIR) $(PREFIX)/man/ja ++ -$(MKDIR) $(PREFIX)/man/ja/man1 + ${BSD_INSTALL_PROGRAM} nkf ${PREFIX}/bin/ + ${BSD_INSTALL_MAN} nkf.1 ${PREFIX}/man/man1/ + ${BSD_INSTALL_MAN} nkf.1j.euc ${PREFIX}/man/ja/man1/nkf.1 |