22 lines
769 B
Plaintext
22 lines
769 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2004/06/06 01:43:13 brad Exp $
|
|
--- Makefile.in.orig 2003-07-17 21:44:56.000000000 -0400
|
|
+++ Makefile.in 2004-06-05 16:34:45.000000000 -0400
|
|
@@ -73,7 +73,7 @@ mandir = @mandir@
|
|
|
|
epic = @epic@
|
|
epic_exe = $(bindir)/$(epic)
|
|
-wserv_exe = $(libexecdir)/wserv4
|
|
+wserv_exe = $(libexecdir)/$(epic)-wserv4
|
|
epicdir = $(sharedir)/$(epic)
|
|
|
|
############ You ought not change anything below this line ###################
|
|
@@ -182,7 +182,7 @@ installscript: installdirs test
|
|
|
|
helpdir = $(epicdir)/help
|
|
installhelp: installdirs
|
|
- if ./my_test -d help ; then \
|
|
+ if ./my_test -d @srcdir@/help ; then \
|
|
(cd @srcdir@/help; tar cf - .) | (cd $(IP)$(helpdir); tar xf -) ; \
|
|
else \
|
|
echo No help files to install. ; \
|