diff options
Diffstat (limited to 'shells/bash-devel/Makefile')
-rw-r--r-- | shells/bash-devel/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 683ceb9665a3..dae622e8ed7d 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -28,23 +28,24 @@ COLONBREAKSWORDS_DESC= Colons break words HELP_DESC= Enable builtin help USES= bison -OPTIONS_SUB= yes +OPTIONS_SUB= yes -IMPLICITCD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-implicitcd +IMPLICITCD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-implicitcd COLONBREAKSWORDS_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-colonbreakswords HELP_CONFIGURE_ENABLE= help-builtin NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext iconv +NLS_USES= gettext iconv INFO= bash MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README bash.html bashref.html +PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH README \ + bash.html bashref.html -CONFIGURE_ARGS+= --without-bash-malloc \ +CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins @@ -75,7 +76,8 @@ post-configure: @${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e "s|^DESTDIR *=|& ${DESTDIR}|" .if empty(PORT_OPTIONS:MNLS) - @${REINPLACE_CMD} -e "s|#define HAVE_ICONV 1|#undef HAVE_ICONV|g" ${WRKSRC}/config.h + @${REINPLACE_CMD} -e "s|#define HAVE_ICONV 1|#undef HAVE_ICONV|g" \ + ${WRKSRC}/config.h .endif pre-build: |