Skip to content

Commit

Permalink
x11/cde*: Add missing shebang script
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cschuber committed Jul 3, 2023
1 parent d112fbe commit c3a960a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion x11/cde-25/Makefile
Expand Up @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion x11/cde-devel/Makefile
Expand Up @@ -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}
Expand Down

0 comments on commit c3a960a

Please sign in to comment.