--- devel/renpy/Makefile (revision 440098) +++ devel/renpy/Makefile (working copy) @@ -36,7 +36,7 @@ EXCLUDE= gen 'module/*.py[co]' 'renpy/*.py[co]' EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} SHEBANG_FILES= renpy.py launcher/game/tkaskdir.py -TARGET_ORDER_OVERRIDE=610:fix-shebang +TARGET_ORDER_OVERRIDE=610:fix-shebang-patch BUILD_WRKSRC= ${WRKSRC}/module INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV+= RENPY_DEPS_INSTALL="${LOCALBASE}" --- emulators/wine-devel/Makefile (revision 440098) +++ emulators/wine-devel/Makefile (working copy) @@ -149,7 +149,7 @@ CONFIGURE_ARGS+=--without-pulse USE_AUTOTOOLS= autoconf:env -post-extract: fix-shebang +post-extract: fix-shebang-patch cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1 ${REINPLACE_CMD} 's|autoreconf|${AUTORECONF}|g' ${WRKSRC}/patches/patchinstall.sh cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all --- mail/adcomplain/Makefile (revision 440098) +++ mail/adcomplain/Makefile (working copy) @@ -21,9 +21,10 @@ NO_BUILD= yes PLIST_FILES= bin/adcomplain -# fix-shebang normally runs before the patches in ${FILESDIR} are applied. In -# this case, we need it to run after, so that it can fix the right shebang. -TARGET_ORDER_OVERRIDE= 750:fix-shebang +# fix-shebang-patch normally runs before the patches in ${FILESDIR} are +# applied. In this case, we need it to run after, so that it can fix +# the right shebang. +TARGET_ORDER_OVERRIDE= 750:fix-shebang-patch do-install: ${INSTALL_SCRIPT} ${WRKSRC}/adcomplain.pl \