This commit is contained in:
brad 2004-06-06 01:43:13 +00:00
parent 9ca6d53fcd
commit 90687da5b1
2 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.54 2004/06/05 11:15:42 brad Exp $
# $OpenBSD: Makefile,v 1.55 2004/06/06 01:43:13 brad Exp $
# $FreeBSD: Makefile,v 1.13 1999/03/01 16:18:30 mph Exp $
COMMENT= "(E)nhanced (P)rogrammable (I)RC-II (C)lient"
@ -45,7 +45,6 @@ post-extract:
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/epic4
@cd ${PREFIX}/bin && mv -f epic4-EPIC4-${VERSION} epic4
@cd ${PREFIX}/libexec && mv -f wserv4 epic4-wserv4
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/epic4
@find ${PREFIX}/share/epic4 -name 'CVS' -print0 | xargs -0 rm -rf

View File

@ -1,6 +1,15 @@
$OpenBSD: patch-Makefile_in,v 1.1 2004/02/25 02:35:04 brad Exp $
--- Makefile.in.orig 2004-02-21 23:16:57.000000000 -0500
+++ Makefile.in 2004-02-21 23:17:47.000000000 -0500
$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