mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/byobu: Better sed fix
PR: 240240 Submitted by: Justin Coffman <jcoffman@xsecure.io>
This commit is contained in:
parent
e8d3eac31b
commit
b98d0d1cb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510671
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= byobu
|
PORTNAME= byobu
|
||||||
PORTVERSION= 5.129
|
PORTVERSION= 5.129
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
|
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||||
|
@ -14,7 +14,8 @@ COMMENT= Profile and configuration utilities for GNU Screen and/or tmux
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
RUN_DEPENDS= bash:shells/bash
|
RUN_DEPENDS= bash:shells/bash \
|
||||||
|
gsed:textproc/gsed
|
||||||
|
|
||||||
USES= autoreconf python shebangfix
|
USES= autoreconf python shebangfix
|
||||||
|
|
||||||
|
@ -52,7 +53,5 @@ post-patch:
|
||||||
${WRKSRC}/etc/profile.d/Makefile.am
|
${WRKSRC}/etc/profile.d/Makefile.am
|
||||||
${FIND} ${WRKSRC}/usr/lib/byobu -type f -maxdepth 1 | ${XARGS} \
|
${FIND} ${WRKSRC}/usr/lib/byobu -type f -maxdepth 1 | ${XARGS} \
|
||||||
${REINPLACE_CMD} -e 's:/proc:/compat/linux/proc:g'
|
${REINPLACE_CMD} -e 's:/proc:/compat/linux/proc:g'
|
||||||
${REINPLACE_CMD} -e "s:BYOBU_SED -i:BYOBU_SED -i '':g" \
|
|
||||||
${WRKSRC}/usr/lib/byobu/include/constants
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue