diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-09-01 09:34:46 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-09-01 09:34:46 +0800 |
commit | b98d0d1cb7ce7a049b4faa07fe0c143bd96b31f8 (patch) | |
tree | e5fd10ed87690ba28efa5220b213ec7142ebfd37 /sysutils | |
parent | e8d3eac31b93163428c5fa7279f4aefd9a871fac (diff) | |
download | freebsd-ports-gnome-b98d0d1cb7ce7a049b4faa07fe0c143bd96b31f8.tar.gz freebsd-ports-gnome-b98d0d1cb7ce7a049b4faa07fe0c143bd96b31f8.tar.zst freebsd-ports-gnome-b98d0d1cb7ce7a049b4faa07fe0c143bd96b31f8.zip |
sysutils/byobu: Better sed fix
PR: 240240
Submitted by: Justin Coffman <jcoffman@xsecure.io>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/byobu/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile index 087df649028e..c3207345b8f7 100644 --- a/sysutils/byobu/Makefile +++ b/sysutils/byobu/Makefile @@ -3,7 +3,7 @@ PORTNAME= byobu PORTVERSION= 5.129 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -14,7 +14,8 @@ COMMENT= Profile and configuration utilities for GNU Screen and/or tmux LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash \ + gsed:textproc/gsed USES= autoreconf python shebangfix @@ -52,7 +53,5 @@ post-patch: ${WRKSRC}/etc/profile.d/Makefile.am ${FIND} ${WRKSRC}/usr/lib/byobu -type f -maxdepth 1 | ${XARGS} \ ${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> |