diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /archivers/ha | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 1462490685e..98ab8b19432 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2002/08/25 21:49:10 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/29 12:40:01 jmmv Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # DISTNAME= ha0999 PKGNAME= ha-0.999b +WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ EXTRACT_SUFX= .tgz @@ -13,7 +14,6 @@ COMMENT= The HA archiver using the HSC compression method USE_BUILDLINK2= yes -WRKSRC= ${WRKDIR} MAKEFILE= makefile.nix MAKE_FLAGS= CC="${CC}" ALL_TARGET= ha |