pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xteddy2 Fixed a typo (CONFLICT => CONFLICTS). Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0360abd3b66
branches:  trunk
changeset: 501572:c0360abd3b66
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 23:05:46 2005 +0000

description:
Fixed a typo (CONFLICT => CONFLICTS). Bumped PKGREVISION.

diffstat:

 x11/xteddy2/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 7fc3c9f23303 -r c0360abd3b66 x11/xteddy2/Makefile
--- a/x11/xteddy2/Makefile      Sun Oct 23 23:04:49 2005 +0000
+++ b/x11/xteddy2/Makefile      Sun Oct 23 23:05:46 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/06/01 18:03:33 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/23 23:05:46 rillig Exp $
 
 DISTNAME=      xteddy-2.0.1
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    x11 games
 MASTER_SITES=  http://www.ITN.LiU.SE/~stegu/xteddy/
 
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.ITN.LiU.SE/~stegu/xteddy/
 COMMENT=       Teddy bear for your desktop
 
-CONFLICT+=     xteddy-1.*
+CONFLICTS+=    xteddy-1.*
 
 GNU_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index