svn commit: r389244 - head/games/xboard

Johan van Selst johans at FreeBSD.org
Thu Jun 11 18:31:04 UTC 2015


Author: johans
Date: Thu Jun 11 18:31:03 2015
New Revision: 389244
URL: https://svnweb.freebsd.org/changeset/ports/389244

Log:
  Add shebangfix to fix build when the option ZIPPY is selected
  
  PR:		200790
  Submitted by:	kalten at gmx.at

Modified:
  head/games/xboard/Makefile

Modified: head/games/xboard/Makefile
==============================================================================
--- head/games/xboard/Makefile	Thu Jun 11 18:26:45 2015	(r389243)
+++ head/games/xboard/Makefile	Thu Jun 11 18:31:03 2015	(r389244)
@@ -56,7 +56,8 @@ GTK2_CONFIGURE_WITH=	gtk
 
 .include <bsd.port.options.mk>
 
-USES+=		desktop-file-utils makeinfo perl5 pkgconfig shared-mime-info
+USES+=		desktop-file-utils makeinfo perl5 pkgconfig shared-mime-info \
+		shebangfix
 USE_XORG+=	xt xpm
 USE_GNOME+=	librsvg2
 .if ${PORT_OPTIONS:MXAW}
@@ -65,6 +66,8 @@ USE_XORG+=	xaw
 .if ${PORT_OPTIONS:MGTK2}
 USE_GNOME+=	gtk20
 .endif
+SHEBANG_FILES=	texi2man
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=MKDIR_P="${MKDIR}" PERLPATH=${PERL}
 CFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list