From 0bc53217fe50327f0f59e7136db15f92f75951d9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- chat/irssi-icb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chat/irssi-icb') diff --git a/chat/irssi-icb/Makefile b/chat/irssi-icb/Makefile index 2b26f2bfcdf..eeb61816cde 100644 --- a/chat/irssi-icb/Makefile +++ b/chat/irssi-icb/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/12/11 20:20:54 veego Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:09:35 agc Exp $ # DISTNAME= irssi-icb-0.14 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/${IRSSI_DISTNAME}/${DISTNAME} CATEGORIES= chat MASTER_SITES= http://www.irssi.org/files/plugins/icb/ DISTFILES= ${DISTNAME}.tar.gz ${IRSSI_DISTFILE} @@ -12,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.irssi.org/ COMMENT= Irssi plugin to access ICB networks +WRKSRC= ${WRKDIR}/${IRSSI_DISTNAME}/${DISTNAME} + .include "${.CURDIR}/../../chat/irssi/Makefile.common" DEPENDS+= irssi>=${IRSSI_VERSION}:../../chat/irssi -- cgit v1.2.3