diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /chat/bitchx | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 1fa077a2308..29489162cd9 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.26 2004/01/20 12:09:35 agc Exp $ # DISTNAME= ircii-pana-1.0c19 PKGNAME= bitchx-1.0.3.19 PKGREVISION= 5 -WRKSRC= ${WRKDIR}/BitchX CATEGORIES= chat MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/old/ @@ -13,6 +12,7 @@ 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 |