diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-03-03 17:49:25 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-03-03 17:49:25 +0000 |
commit | b34586b09cda04e8cc6122808991ccccc7af9a8d (patch) | |
tree | 60e8cfe497d67f2050b5dd8f3d56c440bbc434d6 /shells | |
parent | 98f4a3b5ac997a8fea87953103ce3c3c741bd7a9 (diff) | |
download | ports-b34586b09cda04e8cc6122808991ccccc7af9a8d.tar.gz ports-b34586b09cda04e8cc6122808991ccccc7af9a8d.zip |
Notes
Diffstat (limited to 'shells')
-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} |