diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /cross/bfd-crunchide | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'cross/bfd-crunchide')
-rw-r--r-- | cross/bfd-crunchide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile index 434fe0e1cce..e56e0137b2d 100644 --- a/cross/bfd-crunchide/Makefile +++ b/cross/bfd-crunchide/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/03/28 21:14:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/29 12:40:23 jmmv Exp $ DISTNAME= bfd-crunchide-1.1 +WRKSRC= ${WRKDIR} CATEGORIES= cross MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +12,6 @@ COMMENT= crunchide using libbfd. Used for cross-building distributions DEPENDS= cross-binutils>=2.9.1.1:../binutils EXTRACT_ONLY= # empty -WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_CONFIGURE= yes |