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/xmill/Makefile | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/xmill/Makefile')
-rw-r--r-- | archivers/xmill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 02655181865..55a9102067e 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/12/24 09:53:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:07:07 agc Exp $ DISTNAME= xmill-0-7 PKGNAME= xmill-0.7 -WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= # empty EXTRACT_SUFX= .zip @@ -15,6 +14,7 @@ BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip EXTRACT_CMD= ${LOCALBASE}/bin/unzip -aq ${DOWNLOADED_DISTFILE} +WRKSRC= ${WRKDIR} USE_GMAKE= #defined MAKEFILE= makefile |