Date: Sun, 29 Dec 2013 12:35:10 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337976 - head/games/eif Message-ID: <201312291235.rBTCZA7O023597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sun Dec 29 12:35:09 2013 New Revision: 337976 URL: http://svnweb.freebsd.org/changeset/ports/337976 Log: - Enable STAGE support - Correct perl path - Bump PORTREVISION Modified: head/games/eif/Makefile head/games/eif/pkg-plist Modified: head/games/eif/Makefile ============================================================================== --- head/games/eif/Makefile Sun Dec 29 12:33:06 2013 (r337975) +++ head/games/eif/Makefile Sun Dec 29 12:35:09 2013 (r337976) @@ -3,6 +3,7 @@ PORTNAME= eif PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= games ipv6 MASTER_SITES= http://www.stack.nl/~marcolz/empire/ \ ftp://ftp.stack.nl/pub/users/johans/eif/ @@ -10,14 +11,15 @@ MASTER_SITES= http://www.stack.nl/~marco MAINTAINER= johans@FreeBSD.org COMMENT= Empire text client -MAN1= eif.1 - GNU_CONFIGURE= yes +USES= shebangfix +SHEBANG_FILES= contrib/*.pl -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: @${REINPLACE_CMD} -e '/curout_isapipe/d' ${WRKSRC}/src/data.h + @${REINPLACE_CMD} -e '/cd .(pkglibdir)/s/cd /&$$(DESTDIR)/' \ + ${WRKSRC}/contrib/Makefile.in .include <bsd.port.post.mk> Modified: head/games/eif/pkg-plist ============================================================================== --- head/games/eif/pkg-plist Sun Dec 29 12:33:06 2013 (r337975) +++ head/games/eif/pkg-plist Sun Dec 29 12:35:09 2013 (r337976) @@ -21,4 +21,5 @@ lib/eif/pop.sh lib/eif/pwith lib/eif/swith lib/eif/with +man/man1/eif.1.gz @dirrm lib/eif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291235.rBTCZA7O023597>