1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

x11/cde*: Add missing shebang script

During 2023Q3 testing (using pudriere bulk -t, which enables
DEVELOPER mode), it was discovered that a tcl script was not getting
fixed by shabangfix. This commit fixes that.

Reported by:	dizzy
MFH:		2023Q3
This commit is contained in:
Cy Schubert 2023-07-03 05:42:00 -07:00
parent d112fbe110
commit c3a960a187
2 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,8 @@ RUN_DEPENDS= ksh93:shells/ksh \
USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
shebangfix tcl:86 xorg
SHEBANG_LANG= pl
SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate
SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \
programs/dtdocbook/tcl/docbook.tcl
DT_PREFIX= ${PREFIX}/dt${DT_ID}
USE_LDCONFIG= ${DT_PREFIX}/lib
USE_RC_SUBR= dtcms${DT_ID} dtlogin${DT_ID}

View File

@ -49,7 +49,8 @@ RUN_DEPENDS= ksh93:shells/ksh \
USES= autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
shebangfix tcl:86 xorg
SHEBANG_LANG= pl
SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate
SHEBANG_FILES= programs/dtinfo/tools/bin/ccdate \
programs/dtdocbook/tcl/docbook.tcl
DT_PREFIX= ${PREFIX}/dt${DT_ID}
USE_LDCONFIG= ${DT_PREFIX}/lib
USE_RC_SUBR= dtcms${DT_ID} dtlogin${DT_ID}