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. --- archivers/unzoo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/unzoo') diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 086638dd4bc..c3f796811ef 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:21:46 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:07:07 agc Exp $ # DISTNAME= unzoo.c PKGNAME= unzoo-4.4 -WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/util/ EXTRACT_SUFX= # defined @@ -11,6 +10,7 @@ EXTRACT_SUFX= # defined MAINTAINER= cjep@NetBSD.org COMMENT= Extract zoo archives +WRKSRC= ${WRKDIR} USE_BUILDLINK2= YES do-extract: -- cgit v1.2.3