svn commit: r397368 - head/games/xboard

Johan van Selst johans at FreeBSD.org
Sun Sep 20 13:05:25 UTC 2015


Author: johans
Date: Sun Sep 20 13:05:24 2015
New Revision: 397368
URL: https://svnweb.freebsd.org/changeset/ports/397368

Log:
  Add shebangfix for texi2man script when 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	Sun Sep 20 13:01:28 2015	(r397367)
+++ head/games/xboard/Makefile	Sun Sep 20 13:05:24 2015	(r397368)
@@ -83,6 +83,8 @@ PORTDOCS=	AUTHORS COPYING COPYRIGHT Chan
 BROKEN_sparc64=	Does not install on sparc64
 
 .if ${PORT_OPTIONS:MZIPPY}
+USES+=		shebangfix
+SHEBANG_FILES+=	./texi2man
 PORTDOCS+=	zippy.README
 .endif
 


More information about the svn-ports-all mailing list