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 /chat/bitchx | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 18719a05960..1848981248e 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/01/31 00:17:45 salo Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/29 12:40:16 jmmv Exp $ # DISTNAME= ircii-pana-1.0c19 PKGNAME= bitchx-1.0.3.19 +WRKSRC= ${WRKDIR}/BitchX CATEGORIES= chat MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/old/ @@ -11,8 +12,6 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.bitchx.org/ COMMENT= IRC client based on ircII -WRKSRC= ${WRKDIR}/BitchX - USE_BUILDLINK2= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |