summaryrefslogtreecommitdiff
path: root/lang/tk-expect/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-05 18:21:13 +0000
committerjwise <jwise>2000-09-05 18:21:13 +0000
commit70b08502d6f0a011a77c449ea5cfe19ed143e8eb (patch)
tree7606e5bbb6d86c73c3f085c8b741ac34b1ad2fe7 /lang/tk-expect/Makefile
parent01a510ba1a5939c947ca9335a57d86c64f40fd98 (diff)
downloadpkgsrc-70b08502d6f0a011a77c449ea5cfe19ed143e8eb.tar.gz
Fix do-install target and dependency on tk.
I *need* another cup o' coffee...
Diffstat (limited to 'lang/tk-expect/Makefile')
-rw-r--r--lang/tk-expect/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile
index c72d521c5ab..f5cbb904409 100644
--- a/lang/tk-expect/Makefile
+++ b/lang/tk-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/09/05 17:21:13 jwise Exp $
+# $NetBSD: Makefile,v 1.3 2000/09/05 18:21:13 jwise Exp $
#
DISTNAME= expect
@@ -9,7 +9,7 @@ MASTER_SITES= http://expect.nist.gov/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://expect.nist.gov/
-DEPENDS+= tcl-8.3.2:../../lang/tcl
+DEPENDS+= tk-8.3.2:../../lang/tcl
DEPENDS+= tcl-expect-5.32.1:../../lang/tcl-expect
WRKSRC= ${WRKDIR}/expect-5.32
@@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-shared \
.include "../../mk/bsd.prefs.mk"
do-install:
- ${INSTALL_BIN} ${WRKSRC}/expectk ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/expectk ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1
test: