diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 12:35:09 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 12:35:09 +0000 |
commit | e9ac0f7bda3c31a141aa155d62696015445b82f1 (patch) | |
tree | 05079400a5b9f7f865fbd0f10dec77205b76e315 | |
parent | 50c04f84a17e3a2d67a7880cf54ad979635a8f69 (diff) | |
download | ports-e9ac0f7bda3c31a141aa155d62696015445b82f1.tar.gz ports-e9ac0f7bda3c31a141aa155d62696015445b82f1.zip |
Notes
-rw-r--r-- | games/eif/Makefile | 8 | ||||
-rw-r--r-- | games/eif/pkg-plist | 1 |
2 files changed, 6 insertions, 3 deletions
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 <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> 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 |