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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/tcl-expect/Makefile.common | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/tcl-expect/Makefile.common')
-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 |