diff options
-rw-r--r-- | shells/fish/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 62affd5452be..4e4631ab6125 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -26,7 +26,7 @@ NLS_USES= gettext NLS_CONFIGURE_ENV= ac_cv_func_gettext=yes NLS_CONFIGURE_OFF= --without-gettext -.include <bsd.port.options.mk> +DOCS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.in post-patch: @${REINPLACE_CMD} -e \ @@ -41,10 +41,6 @@ post-patch: s|ncurses curses|curses| ; \ s|ncurses.h||' ${WRKSRC}/configure.ac -.if ! ${PORT_OPTIONS:MDOCS} -EXTRA_PATCHES+=${FILESDIR}/extra-patch-Makefile.in -.endif - post-install: .for i in fish fish_indent fish_pager fishd mimedb @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} |