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/arc | |
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/arc')
-rw-r--r-- | archivers/arc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 6cf1cea5f02..31a5b0da9fe 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2002/08/25 21:48:57 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:00 jmmv Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp # DISTNAME= arc521e.pl8 PKGNAME= arc-5.21e +WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ EXTRACT_SUFX= .tar.Z @@ -15,7 +16,6 @@ RESTRICTED= "Do not modify. Do not charge for redistribution" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes do-install: |