ports/82409: [MAINTAINER] japanese/leafrogue: Fix MASTER_SITES
TAKAHASHI Kaoru
kaoru at kaisei.org
Sun Jun 19 10:00:35 UTC 2005
>Number: 82409
>Category: ports
>Synopsis: [MAINTAINER] japanese/leafrogue: Fix MASTER_SITES
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 19 10:00:34 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: TAKAHASHI Kaoru
>Release: FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD rave.kaoru.trans-nt.com 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #5: Fri Mar 25 16:15:46 JST 2005
>Description:
Fix MASTER_SITES. Use ${DOCSDIR}.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- leafrogue-0.72_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/japanese/leafrogue/Makefile /tmp/leafrogue/Makefile
--- /usr/ports/japanese/leafrogue/Makefile Sat Feb 22 03:20:14 2003
+++ /tmp/leafrogue/Makefile Sun Jun 19 18:50:46 2005
@@ -7,9 +7,9 @@
PORTNAME= leafrogue
PORTVERSION= 0.72
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese games
-MASTER_SITES= http://www.lab3.kuis.kyoto-u.ac.jp/~roguelike/leaf/dl/
+MASTER_SITES= http://games.roguelife.org/~roguelike/leaf/dl/
DISTNAME= lfrog${PORTVERSION:S/.//}
MAINTAINER= kaoru at kaisei.org
@@ -18,18 +18,18 @@
RUN_DEPENDS= rogue_s:${PORTSDIR}/japanese/rogue_s
WRKSRC= ${WRKDIR}/lf_rogue
-NO_BUILD= yes
+NO_BUILD= yes
-DOC_DIR= ${PREFIX}/share/doc/ja/leafrogue
DOC_FILES= readme.txt lf_rogue.html lf_rogue.txt guide.tex guide.txt
do-install:
+ ${MKDIR} ${PREFIX}/share/rogue
${INSTALL_DATA} ${WRKSRC}/leaf.msg ${PREFIX}/share/rogue
${INSTALL_SCRIPT} ${FILESDIR}/leafrogue ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOC_DIR}
+ ${MKDIR} ${DOCSDIR}
for file in ${DOC_FILES}; do \
- ${INSTALL_DATA} ${WRKSRC}/"$$file" ${DOC_DIR} ; \
+ ${INSTALL_DATA} ${WRKSRC}/"$$file" ${DOCSDIR} ; \
done
.endif
diff -ruN --exclude=CVS /usr/ports/japanese/leafrogue/pkg-plist /tmp/leafrogue/pkg-plist
--- /usr/ports/japanese/leafrogue/pkg-plist Sat Apr 21 00:57:29 2001
+++ /tmp/leafrogue/pkg-plist Sun Jun 19 18:45:28 2005
@@ -1,9 +1,9 @@
bin/leafrogue
share/rogue/leaf.msg
@unexec rmdir %D/share/rogue 2>/dev/null || true
-%%PORTDOCS%%share/doc/ja/leafrogue/readme.txt
-%%PORTDOCS%%share/doc/ja/leafrogue/lf_rogue.html
-%%PORTDOCS%%share/doc/ja/leafrogue/lf_rogue.txt
-%%PORTDOCS%%share/doc/ja/leafrogue/guide.tex
-%%PORTDOCS%%share/doc/ja/leafrogue/guide.txt
-%%PORTDOCS%%@dirrm share/doc/ja/leafrogue
+%%PORTDOCS%%%%DOCSDIR%%/readme.txt
+%%PORTDOCS%%%%DOCSDIR%%/lf_rogue.html
+%%PORTDOCS%%%%DOCSDIR%%/lf_rogue.txt
+%%PORTDOCS%%%%DOCSDIR%%/guide.tex
+%%PORTDOCS%%%%DOCSDIR%%/guide.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- leafrogue-0.72_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list