pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xchat Fix oversight in last commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7745989e808c
branches:  trunk
changeset: 495275:7745989e808c
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jun 06 11:43:50 2005 +0000

description:
Fix oversight in last commit.

diffstat:

 chat/xchat/Makefile.common |  4 ++--
 chat/xchat/options.mk      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 3e1b0e0b3052 -r 7745989e808c chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common        Mon Jun 06 11:41:20 2005 +0000
+++ b/chat/xchat/Makefile.common        Mon Jun 06 11:43:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2005/06/06 11:35:39 tron Exp $
+# $NetBSD: Makefile.common,v 1.41 2005/06/06 11:43:50 tron Exp $
 #
 # Please do not merge this file into "Makefile" because it is used by
 # packages in "pkgsrc-wip".
@@ -11,7 +11,7 @@
 MAINTAINER?=   minskim%NetBSD.org@localhost
 HOMEPAGE=      http://www.xchat.org/
 
-DISTINFO_FILE= ${.CURDIR}/../../chat/xchat2/distinfo
+DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo
 
 GNU_CONFIGURE= YES
 USE_LIBTOOL=   YES
diff -r 3e1b0e0b3052 -r 7745989e808c chat/xchat/options.mk
--- a/chat/xchat/options.mk     Mon Jun 06 11:41:20 2005 +0000
+++ b/chat/xchat/options.mk     Mon Jun 06 11:43:50 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: options.mk,v 1.2 2005/06/06 11:35:39 tron Exp $
+# $NetBSD: options.mk,v 1.3 2005/06/06 11:43:50 tron Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.xchat2
+PKG_OPTIONS_VAR=       PKG_OPTIONS.xchat
 PKG_SUPPORTED_OPTIONS= inet6 ssl socks5
 PKG_SUGGESTED_OPTIONS= ssl
 PKG_OPTIONS_LEGACY_OPTS+=      socks:socks5



Home | Main Index | Thread Index | Old Index