aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/byobu
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2019-08-31 13:15:04 +0800
committerJason Helfman <jgh@FreeBSD.org>2019-08-31 13:15:04 +0800
commit0bef840dfdb67e2111ea1db3cc87d7263aa2d7b1 (patch)
treecc3243e9a9f313fc6e44e17b0c777cb7ae394ae7 /sysutils/byobu
parentebe3b39c32a57db5e9203f3ec96d730982590f4e (diff)
downloadfreebsd-ports-gnome-0bef840dfdb67e2111ea1db3cc87d7263aa2d7b1.tar.gz
freebsd-ports-gnome-0bef840dfdb67e2111ea1db3cc87d7263aa2d7b1.tar.zst
freebsd-ports-gnome-0bef840dfdb67e2111ea1db3cc87d7263aa2d7b1.zip
- adjust sed to conform to BSD usage
- bump portrevision PR: 240223 (based on) Submitted by: jcoffman@xsecure.io (maintainer)
Diffstat (limited to 'sysutils/byobu')
-rw-r--r--sysutils/byobu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile
index a814e3b25c15..087df649028e 100644
--- a/sysutils/byobu/Makefile
+++ b/sysutils/byobu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= byobu
PORTVERSION= 5.129
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -52,5 +52,7 @@ 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>