diff options
author | agc <agc@pkgsrc.org> | 1998-02-27 11:18:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-27 11:18:08 +0000 |
commit | 61de1f39df254c4d394dd87d54f855d60780f841 (patch) | |
tree | 2e2eddee87cbf2c7917b911ce692d91471de8c22 /net/zephyr | |
parent | 57a24259e927b9e884968a60d5f02723e883787a (diff) | |
download | pkgsrc-61de1f39df254c4d394dd87d54f855d60780f841.tar.gz |
Install the post-processed zhm.sh file.
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |