diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-05 18:21:13 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-05 18:21:13 +0000 |
commit | 2bc493376b5e1ec92b1d3d3bc9cb91a35421bd2e (patch) | |
tree | 7606e5bbb6d86c73c3f085c8b741ac34b1ad2fe7 /lang | |
parent | af8dd90d98e7af2698ea8cb57095049233bb8ab0 (diff) | |
download | pkgsrc-2bc493376b5e1ec92b1d3d3bc9cb91a35421bd2e.tar.gz |
Fix do-install target and dependency on tk.
I *need* another cup o' coffee...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tk-expect/Makefile | 6 |
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: |