diff options
author | johans <johans@FreeBSD.org> | 2013-12-29 20:35:09 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-12-29 20:35:09 +0800 |
commit | 9056930c47d0f4d17f83391d02be2a2404822cdb (patch) | |
tree | 05079400a5b9f7f865fbd0f10dec77205b76e315 /games | |
parent | 2369ca8a0e157d87f78b97bab5095a08a359e37d (diff) | |
download | freebsd-ports-gnome-9056930c47d0f4d17f83391d02be2a2404822cdb.tar.gz freebsd-ports-gnome-9056930c47d0f4d17f83391d02be2a2404822cdb.tar.zst freebsd-ports-gnome-9056930c47d0f4d17f83391d02be2a2404822cdb.zip |
- Enable STAGE support
- Correct perl path
- Bump PORTREVISION
Diffstat (limited to 'games')
-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 |