svn commit: r327385 - head/games/crimson

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 16 12:56:56 UTC 2013


Author: bapt
Date: Mon Sep 16 12:56:55 2013
New Revision: 327385
URL: http://svnweb.freebsd.org/changeset/ports/327385

Log:
  Add -fields package name.
  1/ that better reflect the name of the game
  2/ that avoids a conflicting package name with textproc/crimson
  3/ that allows it to properly have its LATEST_LINK working.

Modified:
  head/games/crimson/Makefile

Modified: head/games/crimson/Makefile
==============================================================================
--- head/games/crimson/Makefile	Mon Sep 16 12:21:03 2013	(r327384)
+++ head/games/crimson/Makefile	Mon Sep 16 12:56:55 2013	(r327385)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	crimson
-# Date created:				3 May 2001
-# Whom:					Jan Jungnickel <jan at jungnickel.com>
-#
+# Created by: Jan Jungnickel <jan at jungnickel.com>
 # $FreeBSD$
 
 PORTNAME=	crimson
@@ -9,16 +6,15 @@ PORTVERSION=	0.5.3
 PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://crimson.seul.org/files/
+PKGNAMESUFFIX=	-fields
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tactical war game in the tradition of Battle Isle
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	mixer sdl ttf
 
 MAN6=		crimson.6
 
-NO_LATEST_LINK=	yes
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list