View | Details | Raw Unified | Return to bug 222973 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +9 lines)
Line 7 Link Here
7
PORTREVISION?=                2
7
PORTREVISION?=                3
8
--
Line 25 Link Here
25
OPTIONS_DEFINE=               COLONBREAKSWORDS FDESCFS HELP NLS STATIC SYSLOG DOCS
25
OPTIONS_DEFINE=               BASHRC COLONBREAKSWORDS FDESCFS HELP NLS STATIC SYSLOG DOCS
26
--
26
BASHRC_DESC=          Enable system-wide /etc/bash.bashrc file for interactive shells
Line 30 Link Here
30
OPTIONS_DEFAULT=      COLONBREAKSWORDS HELP
31
OPTIONS_DEFAULT=      BASHRC COLONBREAKSWORDS HELP
31
--
Line 86 Link Here
87
.if ${PORT_OPTIONS:MBASHRC}
88
      @${REINPLACE_CMD} \
89
          -e 's|\/\* #define SYS_BASHRC "/etc/bash.bashrc" \*\/|#define SYS_BASHRC "/etc/bash.bashrc"|g' \
90
          ${WRKSRC}/config-top.h
91
.endif

Return to bug 222973