mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Fix WWW [1]
- Portlint ("strip" in comments triggers a warning) [1] - Cleanup Makefile (LOCALBASE & NOPORTDOCS) [2] PR: 64733 [1], 64752 [2] Submitted by: Michael Johnson (maintainer) Approved by: linimon (mentor)
This commit is contained in:
parent
e29a912b8e
commit
5db730e9dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105340
@ -20,10 +20,10 @@ NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/OpenVerse
|
||||
USE_REINPLACE= yes
|
||||
|
||||
STRIP= # Nothing to strip
|
||||
STRIP= # Nothing to Strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/wish|${PREFIX}/bin/wish8.2|g' \
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/wish|${LOCALBASE}/bin/wish8.2|g' \
|
||||
-e 's|/usr/lib/OpenVerse|${PREFIX}/lib/OpenVerse|g' \
|
||||
${WRKSRC}/OpenVerse.tcl
|
||||
|
||||
@ -34,13 +34,13 @@ do-install:
|
||||
.endfor
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/OpenVerse.tcl ${WRKSRC}/server.cfg ${WRKSRC}/server.tcl \
|
||||
${WRKSRC}/passageways.txt ${PREFIX}/lib/OpenVerse/
|
||||
${MKDIR} ${PREFIX}/share/doc/OpenVerse/help
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}/help
|
||||
${INSTALL_DATA} ${WRKSRC}/help/* ${PREFIX}/share/doc/OpenVerse/help
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/OpenVerse/README
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${ECHO} "Please read the documentation for OpenVerse located in"
|
||||
@${ECHO} "${PREFIX}/share/doc/OpenVerse/help and ${PREFIX}/share/doc/OpenVerse/README."
|
||||
${LN} -sf ${PREFIX}/lib/OpenVerse/OpenVerse.tcl ${PREFIX}/bin/OpenVerse
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -8,4 +8,4 @@ From Web Page:
|
||||
Windows, *nix (Yes Linux too), Macintosh OS/2 you name it! Anything
|
||||
which Tcl/Tk is available for should run OpenVerse just fine!
|
||||
|
||||
WWW: http://openverse.org/END-of-OpenVerse/pkg-descr/
|
||||
WWW: http://www.openverse.com/
|
||||
|
@ -77,12 +77,12 @@ lib/OpenVerse/OpenVerse.tcl
|
||||
lib/OpenVerse/server.cfg
|
||||
lib/OpenVerse/server.tcl
|
||||
lib/OpenVerse/passageways.txt
|
||||
share/doc/OpenVerse/help/Technical.ohlp
|
||||
share/doc/OpenVerse/help/PServ.ohlp
|
||||
share/doc/OpenVerse/help/OpenVerse.ohlp
|
||||
share/doc/OpenVerse/help/About.ohlp
|
||||
share/doc/OpenVerse/help/FAQ.ohlp
|
||||
share/doc/OpenVerse/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/Technical.ohlp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/PServ.ohlp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/OpenVerse.ohlp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/About.ohlp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/FAQ.ohlp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
lib/OpenVerse/icons/jump.gif
|
||||
lib/OpenVerse/icons/locked.gif~
|
||||
lib/OpenVerse/icons/room.gif
|
||||
@ -99,6 +99,6 @@ lib/OpenVerse/icons/unlocked.gif~
|
||||
@dirrm lib/OpenVerse/plugins/Query
|
||||
@dirrm lib/OpenVerse/plugins
|
||||
@dirrm lib/OpenVerse/rooms
|
||||
@dirrm share/doc/OpenVerse/help
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/help
|
||||
@dirrm lib/OpenVerse/
|
||||
@dirrm share/doc/OpenVerse/
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user