summaryrefslogtreecommitdiff
path: root/net/zephyr
diff options
context:
space:
mode:
authoragc <agc>1998-02-27 11:18:08 +0000
committeragc <agc>1998-02-27 11:18:08 +0000
commit6dc4068a52a4effb1a4e320968ba0472c79c1bbf (patch)
tree2e2eddee87cbf2c7917b911ce692d91471de8c22 /net/zephyr
parentb57ca75717d3c149b60c0327eea635b2cff8dbf6 (diff)
downloadpkgsrc-6dc4068a52a4effb1a4e320968ba0472c79c1bbf.tar.gz
Install the post-processed zhm.sh file.
Diffstat (limited to 'net/zephyr')
-rw-r--r--net/zephyr/Makefile5
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 \