aboutsummaryrefslogtreecommitdiff
path: root/shells/fish
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-03-03 17:49:25 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-03-03 17:49:25 +0000
commitb34586b09cda04e8cc6122808991ccccc7af9a8d (patch)
tree60e8cfe497d67f2050b5dd8f3d56c440bbc434d6 /shells/fish
parent98f4a3b5ac997a8fea87953103ce3c3c741bd7a9 (diff)
downloadports-b34586b09cda04e8cc6122808991ccccc7af9a8d.tar.gz
ports-b34586b09cda04e8cc6122808991ccccc7af9a8d.zip
Use OPTIONS helper to prevent needing to include
bsd.port.options.mk.
Notes
Notes: svn path=/head/; revision=346942
Diffstat (limited to 'shells/fish')
-rw-r--r--shells/fish/Makefile6
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}