diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-16 13:59:30 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-16 13:59:30 +0000 |
| commit | 24ef4acdf07ed867c90ecde0f75fdf6b5128c4b3 (patch) | |
| tree | e13ac0ca093b12fb713496b22e26262d20c17eb3 /shells/bash | |
| parent | 18ee779f871b3c7b3be2ec32d577333ec316afc7 (diff) | |
Notes
Diffstat (limited to 'shells/bash')
| -rw-r--r-- | shells/bash/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a43723ddac4c..67939abe1d20 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -8,7 +8,7 @@ PORTNAME= bash #PATCHLEVEL= 0 #PORTVERSION= 5.0.${PATCHLEVEL:S/^0//g} PORTVERSION= 5.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= shells MASTER_SITES= GNU #DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -87,6 +87,10 @@ post-patch: -e "s|/\*.*#define SYSLOG_SHOPT .*\*/|#define SYSLOG_SHOPT 1|g" \ ${WRKSRC}/config-top.h .endif +.for f in bash bashbug + @mandoc -T man ${WRKSRC}/doc/${f}.1 > ${WRKSRC}/doc/${f}.1.mandoc + @${MV} ${WRKSRC}/doc/${f}.1.mandoc ${WRKSRC}/doc/${f}.1 +.endfor post-patch-SYSBASHRC-on: @${REINPLACE_CMD} \ |
