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. --- archivers/mousetar/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers/mousetar') diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index 4af3e0fe343..15c043c5deb 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/09/18 14:00:58 yyamano Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:06 agc Exp $ # DISTNAME= mousetar-20021217 -WRKSRC= ${WRKDIR} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/mouse/tar/ DISTFILES= tar.c tar.man @@ -11,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= none COMMENT= der Mouse's version of tar program +WRKSRC= ${WRKDIR} + do-extract: for f in ${DISTFILES}; do \ ${CP} ${DISTDIR}/$$f ${WRKDIR}; \ -- cgit v1.2.3