diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-28 23:57:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-28 23:57:57 +0000 |
commit | c0a53ae786937b874681151ce41be1bb2381e697 (patch) | |
tree | 198c12298cc186b5dcf62e7be946a637e6c2a73b /japanese/Wnn6-lib/files/patch-ad | |
parent | dbe21b7caa9bd1c572470bf65bf14d12427f8ca6 (diff) |
Fix installation by not requiring "wnn" user.
PR: 9021
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15695
Diffstat (limited to 'japanese/Wnn6-lib/files/patch-ad')
-rw-r--r-- | japanese/Wnn6-lib/files/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/Wnn6-lib/files/patch-ad b/japanese/Wnn6-lib/files/patch-ad new file mode 100644 index 000000000000..01622ee24979 --- /dev/null +++ b/japanese/Wnn6-lib/files/patch-ad @@ -0,0 +1,14 @@ +--- ../Xsi.org/Wnn/Imakefile Wed Oct 28 13:36:14 1998 ++++ ./Wnn/Imakefile Sun Nov 22 01:28:58 1998 +@@ -14,7 +14,11 @@ + MakeSubdirs($(SUBDIRS)) + DependSubdirs($(SUBDIRS)) + ++#if InstallOnlyJlib ++install:: ++#else + install:: mkwnndir ++#endif + + MakeDirectory(mkwnndir, $(DESTDIR)$(WNNWNNDIR)) + MakeDirectory(mkwnndir, $(DESTDIR)$(JWNNWNNDIR)) |