diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/tcl-expect | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common index d918a7072d6..e1fdfa34fc6 100644 --- a/lang/tcl-expect/Makefile.common +++ b/lang/tcl-expect/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/01/28 03:41:02 markd Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:19:18 agc Exp $ # DISTNAME= expect-${EXPECT_VERSION} @@ -8,7 +8,6 @@ HOMEPAGE= http://expect.nist.gov/ EXPECT_VERSION= 5.38.0 WRKSRC= ${WRKDIR}/expect-5.38 - GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= test |