diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-04 01:49:25 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-04 01:49:25 +0800 |
commit | ffb80147e29c68a17399e892182dce801d67ca42 (patch) | |
tree | 60e8cfe497d67f2050b5dd8f3d56c440bbc434d6 /shells/fish | |
parent | 5382bf4d8b5b884834537a730fbc66ec0f739fdb (diff) | |
download | freebsd-ports-gnome-ffb80147e29c68a17399e892182dce801d67ca42.tar.gz freebsd-ports-gnome-ffb80147e29c68a17399e892182dce801d67ca42.tar.zst freebsd-ports-gnome-ffb80147e29c68a17399e892182dce801d67ca42.zip |
Use OPTIONS helper to prevent needing to include
bsd.port.options.mk.
Diffstat (limited to 'shells/fish')
-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} |