pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh Enable to overrite CONFLICTS by static-tcsh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75a0d3c03397
branches:  trunk
changeset: 528232:75a0d3c03397
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Apr 25 13:21:43 2007 +0000

description:
Enable to overrite CONFLICTS by static-tcsh.

diffstat:

 shells/tcsh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bec636e5756e -r 75a0d3c03397 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile      Wed Apr 25 13:10:07 2007 +0000
+++ b/shells/tcsh/Makefile      Wed Apr 25 13:21:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2007/04/11 06:13:57 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2007/04/25 13:21:43 obache Exp $
 #
 
 DISTNAME=      tcsh-6.15.00
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.tcsh.org/Welcome
 COMMENT=       Extended C-shell with many useful features
 
-CONFLICTS=     static-tcsh-[0-9]*
+CONFLICTS?=    static-tcsh-[0-9]*
 
 GNU_CONFIGURE= yes
 BUILD_TARGET=  all catalogs



Home | Main Index | Thread Index | Old Index