diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 09:06:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 09:06:24 +0000 |
commit | 074e3cd9ef11f2ff29f0421b28cc8306f99c0bd4 (patch) | |
tree | 59565eb5b538674a74d37f58650b6d694a0784db /chat | |
parent | 333f0b974c781496e1ce44179d43e41788ac54f1 (diff) | |
download | pkgsrc-074e3cd9ef11f2ff29f0421b28cc8306f99c0bd4.tar.gz |
Removed unnecessary ${.CURDIR}.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi-icb/Makefile | 4 | ||||
-rw-r--r-- | chat/irssi/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/irssi-icb/Makefile b/chat/irssi-icb/Makefile index ea59f3a0299..0f0be2ef7f9 100644 --- a/chat/irssi-icb/Makefile +++ b/chat/irssi-icb/Makefile @@ -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 @@ COMMENT= Irssi plugin to access ICB networks WRKSRC= ${WRKDIR}/${IRSSI_DISTNAME}/${DISTNAME} -.include "${.CURDIR}/../../chat/irssi/Makefile.common" +.include "../../chat/irssi/Makefile.common" DEPENDS+= irssi>=${IRSSI_VERSION}:../../chat/irssi diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index cb476dceded..3c99b8de308 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -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 @@ MAINTAINER= mutru@iki.fi 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 |