diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/konversation/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile index 96d9cdacf78..9d455ca98a6 100644 --- a/chat/konversation/Makefile +++ b/chat/konversation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2013/02/16 11:20:32 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2013/04/08 11:17:09 rodent Exp $ # DISTNAME= konversation-1.4 @@ -21,7 +21,7 @@ REPLACE_BASH+= data/scripts/* REPLACE_PERL+= data/updaters/konversation-*.pl REPLACE_PERL+= data/scripts/* REPLACE_PYTHON+= data/scripts/* -REPLACE_PYTHON+= data/scripting_support/python/konversation/dbus.py +REPLACE_PYTHON+= data/scripting_support/python/konversation/dbus.py USE_TOOLS+= bash:run diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 85f8f5c945e..a3ca4f548ed 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2012/10/03 00:02:46 asau Exp $ +# $NetBSD: Makefile.common,v 1.64 2013/04/08 11:17:09 rodent Exp $ # # used by chat/xchat/Makefile # used by chat/xchat-perl/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://xchat.org/files/source/2.8/ EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://xchat.org/ -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo PATCHDIR?= ${.CURDIR}/../../chat/xchat/patches |