svn commit: r337976 - head/games/eif

Johan van Selst johans at FreeBSD.org
Sun Dec 29 12:35:10 UTC 2013


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 at 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


More information about the svn-ports-head mailing list