diff options
author | arved <arved@FreeBSD.org> | 2005-06-21 01:14:44 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-06-21 01:14:44 +0800 |
commit | 617e1ef7c84e96c00cb760b1da4e47a46fad3112 (patch) | |
tree | 01fd3ccbba46f2da160547669fff719715b4096c /japanese/leafrogue | |
parent | eb628bacf3894a4584cff57fade164bf31925c02 (diff) | |
download | freebsd-ports-gnome-617e1ef7c84e96c00cb760b1da4e47a46fad3112.tar.gz freebsd-ports-gnome-617e1ef7c84e96c00cb760b1da4e47a46fad3112.tar.zst freebsd-ports-gnome-617e1ef7c84e96c00cb760b1da4e47a46fad3112.zip |
Fix MASTER_SITES
Use DOCSDIR
PR: 82409
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Diffstat (limited to 'japanese/leafrogue')
-rw-r--r-- | japanese/leafrogue/Makefile | 12 | ||||
-rw-r--r-- | japanese/leafrogue/pkg-plist | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/japanese/leafrogue/Makefile b/japanese/leafrogue/Makefile index 64d565e33cc4..78715cc2e4c7 100644 --- a/japanese/leafrogue/Makefile +++ b/japanese/leafrogue/Makefile @@ -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@kaisei.org @@ -18,18 +18,18 @@ COMMENT= LeafRogue for message separated version of Rogue-clone 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 --git a/japanese/leafrogue/pkg-plist b/japanese/leafrogue/pkg-plist index 70adf3c306b3..adfaf6f81e5e 100644 --- a/japanese/leafrogue/pkg-plist +++ b/japanese/leafrogue/pkg-plist @@ -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%% |