d1ff71e9e2
Ukrainian accounting system with curses GUI. Hardware support: - many cache registers - bar-code scanners Includes: - main book - matheriasl accounting - service accounting - salary calculation - payment documents - cachier orders accounting WWW: http://www.iceb.vinnitsa.com/ From commitor: Doesn't work on -current. Have spend way too much time finding out why not. Works on -stable. PR: ports/47809 Submitted by: Vadim Chekan <vchekan@softline.kiev.ua>
22 lines
602 B
Text
22 lines
602 B
Text
diff -ru iceb-5.35.old/buhg/bx/Makefile.am buhg/bx/Makefile.am
|
|
--- buhg/bx/Makefile.am Sat Jul 21 09:10:15 2001
|
|
+++ buhg/bx/Makefile.am Sun Jan 12 00:11:22 2003
|
|
@@ -1,15 +1,15 @@
|
|
# $Id: Makefile.am,v 5.1 2001/07/21 09:10:15 yuk Exp $
|
|
#
|
|
|
|
-CONFDIR=@CONFIG_PATH@/bx
|
|
+CONFDIR=@CONFIG_PATH@/bx.sample
|
|
#------------------------------------------------------------
|
|
|
|
all: ;
|
|
|
|
install:
|
|
@if [ \! -d $(CONFDIR) ]; then \
|
|
- $(INSTALL) -d $(CONFDIR) ;\
|
|
- $(INSTALL_DATA) *.alx $(CONFDIR) ;\
|
|
+ $(mkinstalldirs) $(CONFDIR); \
|
|
+ $(INSTALL_DATA) $(srcdir)/*.alx $(CONFDIR) ;\
|
|
fi
|
|
|
|
uninstall:
|