svn commit: r308541 - head/games/hangman

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 9 16:49:25 UTC 2012


Author: amdmi3
Date: Sun Dec  9 16:49:24 2012
New Revision: 308541
URL: http://svnweb.freebsd.org/changeset/ports/308541

Log:
  - Add CONFLICTS with games/bsdgames (both install bin/hangman)
  - Trim header
  
  PR:		174302
  Feature safe:	yes

Modified:
  head/games/hangman/Makefile

Modified: head/games/hangman/Makefile
==============================================================================
--- head/games/hangman/Makefile	Sun Dec  9 16:40:55 2012	(r308540)
+++ head/games/hangman/Makefile	Sun Dec  9 16:49:24 2012	(r308541)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	hangman
-# Date created:				10 Nov 2005
-# Whom:					Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	hangman
 PORTVERSION=	0.9.2
@@ -15,6 +11,8 @@ MASTER_SITES=	http://www.shiftygames.com
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Challenge your spelling skills in the old western style
 
+CONFLICTS=	bsdgames-*
+
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_SDL=	sdl mixer image ttf


More information about the svn-ports-all mailing list