pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat Removed unnecessary ${.CURDIR}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c547a8c9521
branches:  trunk
changeset: 494355:2c547a8c9521
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 09:06:24 2005 +0000

description:
Removed unnecessary ${.CURDIR}.

diffstat:

 chat/irssi-icb/Makefile |  4 ++--
 chat/irssi/Makefile     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e87532f518bd -r 2c547a8c9521 chat/irssi-icb/Makefile
--- a/chat/irssi-icb/Makefile   Mon May 23 09:04:56 2005 +0000
+++ b/chat/irssi-icb/Makefile   Mon May 23 09:06:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:04 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/23 09:07:11 rillig Exp $
 #
 
 DISTNAME=      irssi-icb-0.14
@@ -13,7 +13,7 @@
 
 WRKSRC=                ${WRKDIR}/${IRSSI_DISTNAME}/${DISTNAME}
 
-.include "${.CURDIR}/../../chat/irssi/Makefile.common"
+.include "../../chat/irssi/Makefile.common"
 
 DEPENDS+=      irssi>=${IRSSI_VERSION}:../../chat/irssi
 
diff -r e87532f518bd -r 2c547a8c9521 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Mon May 23 09:04:56 2005 +0000
+++ b/chat/irssi/Makefile       Mon May 23 09:06:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:45:04 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/23 09:06:24 rillig Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 PKGREVISION=           3
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.irssi.org/
 COMMENT=                Secure and modular IRC client with text mode user interface
 
-.include "${.CURDIR}/Makefile.common"
+.include "Makefile.common"
 
 # list it into IPv6-ready packages
 BUILD_DEFS+=           USE_INET6 IRSSI_USE_PERL IRSSI_USE_SSL



Home | Main Index | Thread Index | Old Index