From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- devel/tcl-tclcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/tcl-tclcl/Makefile') diff --git a/devel/tcl-tclcl/Makefile b/devel/tcl-tclcl/Makefile index c38e7bc6a48..96e70460240 100644 --- a/devel/tcl-tclcl/Makefile +++ b/devel/tcl-tclcl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/08/31 19:45:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:13:29 agc Exp $ DISTNAME= tclcl-src-1.0b13 PKGNAME= tcl-${DISTNAME:S/b/rc/:S/-src//} -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=otcl-tclcl/} @@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://otcl-tclcl.sourceforge.net/tclcl/ COMMENT= Tcl/C++ interface used by ns and nam +WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_BUILDLINK2= yes -- cgit v1.2.3