Add shebangfix for texi2man script when option ZIPPY is selected

PR:		200790
Submitted by:	kalten@gmx.at
This commit is contained in:
Johan van Selst 2015-09-20 13:05:24 +00:00
parent 2e809f613f
commit 43e4679495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397368

View File

@ -83,6 +83,8 @@ PORTDOCS= AUTHORS COPYING COPYRIGHT ChangeLog DIFFSTAT FAQ.html NEWS README SHOR
BROKEN_sparc64= Does not install on sparc64
.if ${PORT_OPTIONS:MZIPPY}
USES+= shebangfix
SHEBANG_FILES+= ./texi2man
PORTDOCS+= zippy.README
.endif