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/unlzx | |
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/unlzx')
-rw-r--r-- | archivers/unlzx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 8ecf1a0e36e..472047cc9dd 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/08/25 21:49:24 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/29 12:40:03 jmmv Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.1 +WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ ftp://us.aminet.net/pub/aminet/misc/unix/ @@ -11,7 +12,6 @@ MAINTAINER= packages@netbsd.org COMMENT= Extracts .lzx archives from Amiga systems USE_BUILDLINK2= # defined -WRKSRC= ${WRKDIR} do-build: cd ${WRKSRC} && ${BUILDLINK_CC} ${CFLAGS} -o unlzx unlzx.c |