ports/187879: [PATCH] japanese/ja-slimeforest:
Johannes Jost Meixner
xmj at chaot.net
Sun Mar 23 23:50:01 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list