d16fb285cc
Re-arranged packages: * sj3-lib:removed * sj3-dict: removed * sj3-server-bin: removed * sj3-client: added (lib + client tools) * sj3-server: no more meta-pkg (server + dict) * sj3: added (sj3-server + sj3-client) Notable changes since 2.0.1.21: * changed to gnu-configure. * sj3lib is shared library. * using lua for server settings. * sj3 command was removed. * sj3serv no longer listen network socket. Set "false" to "strict_auth" and invoke sj3proxy additionaly if require it. * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE. On pkgsrc, new location is ${VARBASE}/sj3/dict.
18 lines
889 B
Text
18 lines
889 B
Text
$NetBSD: patch-aa,v 1.1 2010/02/15 13:35:21 obache Exp $
|
|
|
|
Handled by pkgsrc framework.
|
|
|
|
--- dict/Makefile.in.orig 2010-02-14 14:45:04.000000000 +0000
|
|
+++ dict/Makefile.in
|
|
@@ -368,11 +368,6 @@ uninstall-am: uninstall-info-am
|
|
@BUILDABLE_SJ3DICT_TRUE@ $(top_builddir)/src/sj3mkdic/sj3mkdic ./visual.dic sj3main.dic > Moutput
|
|
|
|
@BUILDABLE_SJ3DICT_TRUE@install:: sj3main.dic
|
|
-@BUILDABLE_SJ3DICT_TRUE@ ($(mkdir_p) $(DESTDIR)$(SJ3DICTDIR); \
|
|
-@BUILDABLE_SJ3DICT_TRUE@ $(INSTALL_DATA) sj3main.dic $(DESTDIR)$(SJ3DICTDIR); \
|
|
-@BUILDABLE_SJ3DICT_TRUE@ $(mkdir_p) $(DESTDIR)$(SJ3DICTDIR)/user; \
|
|
-@BUILDABLE_SJ3DICT_TRUE@ chown $(SJ3OWNER) $(DESTDIR)$(SJ3DICTDIR)/user; \
|
|
-@BUILDABLE_SJ3DICT_TRUE@ chgrp $(SJ3GROUP) $(DESTDIR)$(SJ3DICTDIR)/user;)
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|