integrate COMMENT and patch into Makefile.

This commit is contained in:
brad 2001-03-24 22:03:24 +00:00
parent d3997d4313
commit 118fbe532e
3 changed files with 10 additions and 18 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.39 2001/03/24 17:29:16 brad Exp $
# $OpenBSD: Makefile,v 1.40 2001/03/24 22:03:24 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"
VERSION= 0.10.1
DISTNAME= epic4-${VERSION}
CATEGORIES= net
NEED_VERSION= 1.336
NEED_VERSION= 1.363
MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-BETA/
DISTFILES= epic4-${VERSION}.tar.gz epic4pre2-help.tar.gz
EXTRACT_ONLY= epic4-${VERSION}.tar.gz
@ -20,12 +22,14 @@ PERMIT_DISTFILES_FTP= Yes
SUBST_VARS= VERSION
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
MAKE_FLAGS= wserv_exe='$$(libexecdir)/wserv-epic'
FAKE_FLAGS= IP="${WRKINST}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}"
INSTALL_DATA="${INSTALL_DATA}" \
${MAKE_FLAGS}
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
post-install:
@cd ${PREFIX}/bin && ln -sf epic-EPIC4-${VERSION} epic

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig Mon Nov 22 13:05:03 1999
+++ Makefile.in Sun Jul 2 15:11:51 2000
@@ -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 ###################

View File

@ -1 +0,0 @@
(E)nhanced (P)rogrammable (I)RC-II (C)lient