diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-11-11 07:15:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-11-11 07:15:44 +0000 |
commit | 39cf883c5a6e5f30198137a26e4ffa16a567db63 (patch) | |
tree | 2f81c403842f930bd5c0181f916da070a4eeabf3 /japanese | |
parent | 739b6e0f8872fa41958b2b5265db966139a84195 (diff) | |
download | ports-39cf883c5a6e5f30198137a26e4ffa16a567db63.tar.gz ports-39cf883c5a6e5f30198137a26e4ffa16a567db63.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/rskkserv/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/rskkserv/files/patch-Makefile.in b/japanese/rskkserv/files/patch-Makefile.in new file mode 100644 index 000000000000..67b5b3bcc240 --- /dev/null +++ b/japanese/rskkserv/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- Makefile.in.orig Thu Nov 4 02:08:36 2004 ++++ Makefile.in Fri Nov 5 09:05:02 2004 +@@ -75,7 +75,9 @@ + install: all installdirs + cd ext; make DESTDIR=$(DESTDIR) rss-install; cd .. + $(INSTALL) -m0755 $(SKKSERV) $(DESTDIR)$(sbindir)/$(SKKSERV) +- $(INSTALL) -m0644 $(CONFFILE) $(DESTDIR)$(sysconfdir)/$(CONFFILE) ++ if [ ! -f $(DESTDIR)$(sysconfdir)/$(CONFFILE) ]; then \ ++ $(INSTALL) -m0644 $(CONFFILE) $(DESTDIR)$(sysconfdir)/; \ ++ fi + + installdirs: + mkdir -p $(DESTDIR)$(sbindir) |