diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /archivers/unzoo | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/unzoo')
-rw-r--r-- | archivers/unzoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |