From 6dc4068a52a4effb1a4e320968ba0472c79c1bbf Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 27 Feb 1998 11:18:08 +0000 Subject: Install the post-processed zhm.sh file. --- net/zephyr/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 9a135a92107..cb971ad9f40 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -3,7 +3,7 @@ # Date created: 1-Aug-1995 # Whom: pst # -# $NetBSD: Makefile,v 1.2 1998/02/27 10:33:14 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/27 11:18:08 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/07/10 15:50:55 pst Exp # @@ -29,7 +29,8 @@ ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING post-install: ${MKDIR} ${ZEPHYR_RCDIR} - ${INSTALL_SCRIPT} ${FILESDIR}/zhm.sh ${ZEPHYR_RCDIR} + ${SED} -e 's|@prefix@|'${PREFIX}'|g' < ${FILESDIR}/zhm.sh > ${WRKDIR}/zhm.sh + ${INSTALL_SCRIPT} ${WRKDIR}/zhm.sh ${ZEPHYR_RCDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${ZEPHYR_DOCDIR} for file in ${ZEPHYR_DOCS} ; do \ -- cgit v1.2.3