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/i2cb/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'chat/i2cb/Makefile')
-rw-r--r-- | chat/i2cb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index cc17823214b..856c29af03d 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:25:48 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:09:35 agc Exp $ # DISTNAME= i2cb-6.0_ALPHA -WRKSRC= ${WRKDIR}/icb CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -10,6 +9,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.draga.com/~jwise/i2cb/ COMMENT= Next generation Internet Citicen's Band chat client +WRKSRC= ${WRKDIR}/icb USE_BUILDLINK2= yes USE_GNU_READLINE= yes |