From 5bc4e1ef657a96f7be66d6586007e1dffd35cd7d Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 4 Jul 2000 19:27:19 +0000 Subject: [PATCH] don't unnecessarily re-strip the binary, just fix the install target to use the proper install binary. --- net/epic4/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/epic4/Makefile b/net/epic4/Makefile index d3daf14c9c4..f29f31012b9 100644 --- a/net/epic4/Makefile +++ b/net/epic4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2000/07/04 13:07:53 fgsch Exp $ +# $OpenBSD: Makefile,v 1.23 2000/07/04 19:27:19 brad Exp $ # $FreeBSD: Makefile,v 1.13 1999/03/01 16:18:30 mph Exp $ VERSION= 2.511 @@ -28,11 +28,11 @@ SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu FAKE_FLAGS= IP="${WRKINST}" \ - INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}" + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" post-install: @cd ${PREFIX}/bin && ln -sf epic-EPIC4pre${VERSION} epic - strip ${PREFIX}/bin/epic ${INSTALL_MAN} ${WRKSRC}/doc/epic.1 ${PREFIX}/man/man1 @cd ${PREFIX}/share/epic && tar -zxf ${FULLDISTDIR}/epic4pre2-help.tar.gz