Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 07:23:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330278 - head/games/oneko-sakura
Message-ID:  <201310140723.r9E7N9aI026330@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct 14 07:23:08 2013
New Revision: 330278
URL: http://svnweb.freebsd.org/changeset/ports/330278

Log:
  Fix pkg name collision

Modified:
  head/games/oneko-sakura/Makefile

Modified: head/games/oneko-sakura/Makefile
==============================================================================
--- head/games/oneko-sakura/Makefile	Mon Oct 14 07:00:28 2013	(r330277)
+++ head/games/oneko-sakura/Makefile	Mon Oct 14 07:23:08 2013	(r330278)
@@ -7,6 +7,7 @@ PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.daidouji.com/oneko/distfiles/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.sakura.5
+PKGNAMESUFFIX=	-sakura
 
 MAINTAINER=	hotaru@tail.net
 COMMENT=	A cat, Sakura or Tomoyo chasing a mouse all over the screen
@@ -19,8 +20,6 @@ MAN6=		oneko.6
 PLIST_FILES=	bin/oneko
 NO_CDROM=	Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION
 
-NO_LATEST_LINK=	yes
-
 NO_STAGE=	yes
 pre-configure:
 	@${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310140723.r9E7N9aI026330>