svn commit: r330278 - head/games/oneko-sakura

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 14 07:23:09 UTC 2013


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 at 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 */,' \


More information about the svn-ports-all mailing list