- slight change, wserv has been renamed to wserv-epic so that BitchX and EPIC4 can co-exist on the same system.
23 lines
601 B
Plaintext
23 lines
601 B
Plaintext
--- Makefile.in.orig Mon Nov 22 13:05:03 1999
|
|
+++ Makefile.in Sun Dec 5 21:32:45 1999
|
|
@@ -73,7 +73,7 @@
|
|
|
|
epic = @epic@
|
|
epic_exe = $(bindir)/$(epic)
|
|
-wserv_exe = $(libexecdir)/wserv
|
|
+wserv_exe = $(libexecdir)/wserv-epic
|
|
epicdir = $(sharedir)/$(epic)
|
|
|
|
############ You ought not change anything below this line ###################
|
|
@@ -81,8 +81,8 @@
|
|
RM = rm -f
|
|
CP = cp
|
|
MV = mv
|
|
-INSTALL_PROGRAM = @srcdir@/bsdinstall -c -m 755
|
|
-INSTALL_DATA = @srcdir@/bsdinstall -c -m 644
|
|
+INSTALL_PROGRAM = $(BSD_INSTALL_PROGRAM)
|
|
+INSTALL_DATA = $(BSD_INSTALL_DATA)
|
|
|
|
VERSION = @VERSION@
|
|
|