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

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:14:33 UTC 2014


Author: miwi
Date: Sat Feb 15 10:14:33 2014
New Revision: 344351
URL: http://svnweb.freebsd.org/changeset/ports/344351
QAT: https://qat.redports.org/buildarchive/r344351/

Log:
  - Stage support

Modified:
  head/games/oneko-sakura/Makefile

Modified: head/games/oneko-sakura/Makefile
==============================================================================
--- head/games/oneko-sakura/Makefile	Sat Feb 15 10:14:22 2014	(r344350)
+++ head/games/oneko-sakura/Makefile	Sat Feb 15 10:14:33 2014	(r344351)
@@ -16,11 +16,10 @@ CONFLICTS=	oneko-2.*
 
 USES=		imake
 USE_XORG=	x11 xext
-MAN6=		oneko.6
-PLIST_FILES=	bin/oneko
+PLIST_FILES=	bin/oneko \
+		man/man6/oneko.6.gz
 NO_CDROM=	Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION
 
-NO_STAGE=	yes
 pre-configure:
 	@${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \
 		${WRKSRC}/Imakefile


More information about the svn-ports-all mailing list