From 9056930c47d0f4d17f83391d02be2a2404822cdb Mon Sep 17 00:00:00 2001 From: johans Date: Sun, 29 Dec 2013 12:35:09 +0000 Subject: - Enable STAGE support - Correct perl path - Bump PORTREVISION --- games/eif/Makefile | 8 +++++--- games/eif/pkg-plist | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/eif/Makefile b/games/eif/Makefile index df4fbff75db2..cd93f157d044 100644 --- a/games/eif/Makefile +++ b/games/eif/Makefile @@ -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/~marcolz/empire/ \ MAINTAINER= johans@FreeBSD.org COMMENT= Empire text client -MAN1= eif.1 - GNU_CONFIGURE= yes +USES= shebangfix +SHEBANG_FILES= contrib/*.pl -NO_STAGE= yes .include 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 diff --git a/games/eif/pkg-plist b/games/eif/pkg-plist index c06195e92ec2..be39e2765edf 100644 --- a/games/eif/pkg-plist +++ b/games/eif/pkg-plist @@ -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 -- cgit