Index: head/games/textmaze/Makefile =================================================================== --- head/games/textmaze/Makefile (revision 137864) +++ head/games/textmaze/Makefile (revision 137865) @@ -1,29 +1,33 @@ # ex:ts=8 # New ports collection makefile for: textmaze # Date created: Sep 8, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= textmaze -PORTVERSION= 1.0 +PORTVERSION= 1.2 CATEGORIES= games perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ DISTNAME= ${PORTNAME}_v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Generates mazes on a text terminal and lets you traverse them +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses + USE_PERL5= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/TextMaze NO_BUILD= yes PLIST_FILES= bin/textmaze post-patch: - @${PERL} -pi -e "s,/usr/local/bin/perl,${PERL},g" ${WRKSRC}/textmaze + @${REINPLACE_CMD} -e 's|/usr/local/bin/perl|${PERL}|' \ + ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/textmaze ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/games/textmaze/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/textmaze/distinfo =================================================================== --- head/games/textmaze/distinfo (revision 137864) +++ head/games/textmaze/distinfo (revision 137865) @@ -1,2 +1,2 @@ -MD5 (textmaze_v1.0.tar.gz) = de3360c97f20df36a3a6b1109674d322 -SIZE (textmaze_v1.0.tar.gz) = 14957 +MD5 (textmaze_v1.2.tar.gz) = 46ffd277f178702391eb0c275a71da75 +SIZE (textmaze_v1.2.tar.gz) = 15827 Property changes on: head/games/textmaze/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/textmaze/pkg-descr =================================================================== --- head/games/textmaze/pkg-descr (revision 137864) +++ head/games/textmaze/pkg-descr (revision 137865) @@ -1,2 +1,4 @@ TextMaze generates random mazes on a text terminal and lets you traverse them using the arrow keys. + +WWW: http://www.robobunny.com/projects/textmaze/ Property changes on: head/games/textmaze/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property