svn commit: r346861 - head/shells/bash-devel
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Mar 3 07:31:45 UTC 2014
Author: ehaupt
Date: Mon Mar 3 07:31:45 2014
New Revision: 346861
URL: http://svnweb.freebsd.org/changeset/ports/346861
QAT: https://qat.redports.org/buildarchive/r346861/
Log:
Be more consistent with spacing/line wrapping.
Modified:
head/shells/bash-devel/Makefile
Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile Mon Mar 3 07:26:37 2014 (r346860)
+++ head/shells/bash-devel/Makefile Mon Mar 3 07:31:45 2014 (r346861)
@@ -28,23 +28,24 @@ COLONBREAKSWORDS_DESC= Colons break word
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:
More information about the svn-ports-all
mailing list