Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 01:44:40 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        nivit@FreeBSD.org, xmj@chaot.net
Subject:   ports/187879: [PATCH] japanese/ja-slimeforest: 
Message-ID:  <1013172955139375891.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403232350.s2NNo1k2077421@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187879
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-slimeforest:
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>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:
>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:
>Unformatted:



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