aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-17 20:59:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-17 20:59:41 +0800
commit61c22b294a3f01a3a992389b75ea805a93f581e2 (patch)
tree3171eda2c89e51c1a01a18e276c605a4cb7d9fa0 /sysutils
parent80ba55519869039cef560111d1f6473aa56d1dfa (diff)
downloadfreebsd-ports-gnome-61c22b294a3f01a3a992389b75ea805a93f581e2.tar.gz
freebsd-ports-gnome-61c22b294a3f01a3a992389b75ea805a93f581e2.tar.zst
freebsd-ports-gnome-61c22b294a3f01a3a992389b75ea805a93f581e2.zip
- Switch to USES=autoreconf
- Fix shebangs
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/byobu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/byobu/Makefile b/sysutils/byobu/Makefile
index 3599f8edc0bb..f45ecb634d40 100644
--- a/sysutils/byobu/Makefile
+++ b/sysutils/byobu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= byobu
PORTVERSION= 5.80
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -14,8 +15,8 @@ RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen \
bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal automake
-USES= python
+USES= autoreconf python shebangfix
+SHEBANG_FILES= usr/lib/byobu/include/notify_osd
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS