From xmj@chaot.net  Sun Mar 23 23:44:43 2014
Return-Path: <xmj@chaot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 567C3828;
	Sun, 23 Mar 2014 23:44:43 +0000 (UTC)
Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1A135355;
	Sun, 23 Mar 2014 23:44:42 +0000 (UTC)
Received: from mx12.chaot.net (82.131.59.205.cable.starman.ee [82.131.59.205])
	by dd16522.kasserver.com (Postfix) with ESMTPSA id 196088D4014;
	Mon, 24 Mar 2014 00:44:41 +0100 (CET)
Received: from localhost (1003@localhost [local]);
	by localhost (OpenSMTPD) with ESMTPA id 5c52b0ba;
	Mon, 24 Mar 2014 01:44:40 +0200 (EET)
Message-Id: <1013172955139375891.enqueue@mx12.chaot.net>
Date: Mon, 24 Mar 2014 01:44:40 +0200 (EET)
From: Johannes Jost Meixner <xmj@chaot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: xmj@chaot.net, nivit@FreeBSD.org
Subject: [PATCH] japanese/ja-slimeforest: 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187879
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-slimeforest:
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nivit
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 23 23:50:01 UTC 2014
>Closed-Date:    
>Last-Modified:  Sun Mar 23 23:50:16 UTC 2014
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014
>Description:
- Stagify

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ja-slimeforest-0.60.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 348903)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slimeforest
 PORTVERSION=	0.60
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese games linux
 MASTER_SITES=	http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/ \
 		http://lrnj.com/
@@ -26,7 +26,6 @@
 
 REPLACE_FILES=	runfs runwin
 
-NO_STAGE=	yes
 post-patch:
 	@for FILE in ${REPLACE_FILES}; do \
 		${SED} -i .bak\
@@ -39,18 +38,18 @@
 	@cd ${WRKSRC}; \
 	DIRS=$$(${FIND} . ${FIND_DIRS}); \
 	for DIR in $${DIRS}; do \
-		${MKDIR} ${DATADIR}/$${DIR}; \
+		${MKDIR} ${STAGEDIR}${DATADIR}/$${DIR}; \
 	done; \
 	FILES=$$(${FIND} . ${FIND_EXEC} ); \
 	for FILE in $${FILES}; do \
-		${INSTALL_SCRIPT} $${FILE} ${DATADIR}/$${FILE}; \
+		${INSTALL_SCRIPT} $${FILE} ${STAGEDIR}${DATADIR}/$${FILE}; \
 	done; \
 	FILES=$$(${FIND} . ${FIND_DATA}); \
 	for FILE in $${FILES}; do \
-		${INSTALL_DATA} $${FILE} ${DATADIR}/$${FILE}; \
+		${INSTALL_DATA} $${FILE} ${STAGEDIR}${DATADIR}/$${FILE}; \
 	done;
 # links to executables
-	${LN} ${LINK_OPTS} ${DATADIR}/runfs ${PREFIX}/bin/slimeforest-fs
-	${LN} ${LINK_OPTS} ${DATADIR}/runwin ${PREFIX}/bin/slimeforest-win
+	${LN} ${LINK_OPTS} ${DATADIR}/runfs ${STAGEDIR}${PREFIX}/bin/slimeforest-fs
+	${LN} ${LINK_OPTS} ${DATADIR}/runwin ${STAGEDIR}${PREFIX}/bin/slimeforest-win
 
 .include <bsd.port.mk>
--- ja-slimeforest-0.60.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nivit 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Mar 23 23:50:16 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187879 
>Unformatted:
