From 0bc53217fe50327f0f59e7136db15f92f75951d9 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/libtecla/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libtecla') diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile index 9ca184266d6..bacdba44570 100644 --- a/devel/libtecla/Makefile +++ b/devel/libtecla/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/31 00:05:19 kristerw Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:13:28 agc Exp $ # DISTNAME= libtecla-1.5.0 -WRKSRC= ${WRKDIR}/${PKGBASE} CATEGORIES= devel MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/ @@ -10,6 +9,7 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://www.astro.caltech.edu/~mcs/tecla/ COMMENT= Interactive command line editing facilities +WRKSRC= ${WRKDIR}/${PKGBASE} USE_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -- cgit v1.2.3