summaryrefslogtreecommitdiff
path: root/net/dhid/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-07-20 06:32:05 +0000
committerjlam <jlam@pkgsrc.org>1999-07-20 06:32:05 +0000
commitc6e3731726f794cbb9132bc915c004445672d1fd (patch)
treef4d917a8d06698b4c30f21c79a03f2978b5a122a /net/dhid/Makefile
parent0baace217152be24aef2ce702cd025261675c562 (diff)
downloadpkgsrc-c6e3731726f794cbb9132bc915c004445672d1fd.tar.gz
Correct dhid.sh.sample script by replacing @ECHO@ with ${ECHO}.
Also add RCS ID tag to dhid.sh.sample.
Diffstat (limited to 'net/dhid/Makefile')
-rw-r--r--net/dhid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dhid/Makefile b/net/dhid/Makefile
index bbe605564c1..1a3ad1dac5f 100644
--- a/net/dhid/Makefile
+++ b/net/dhid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/07/19 11:38:33 jlam Exp $
+# $NetBSD: Makefile,v 1.2 1999/07/20 06:32:05 jlam Exp $
#
DISTNAME= dhid-3.0
@@ -15,8 +15,8 @@ pre-patch:
do-configure:
${SED} -e "s,@PREFIX@,${PREFIX},g" ${WRKSRC}/dtool.in >${WRKSRC}/dtool
- ${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/dhid.sh.sample \
- >${WRKDIR}/dhid.sh.sample
+ ${SED} -e "s,@PREFIX@,${PREFIX},g" -e "s,@ECHO@,${ECHO},g" \
+ ${FILESDIR}/dhid.sh.sample >${WRKDIR}/dhid.sh.sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/libexec