diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 20:59:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 20:59:41 +0800 |
commit | 61c22b294a3f01a3a992389b75ea805a93f581e2 (patch) | |
tree | 3171eda2c89e51c1a01a18e276c605a4cb7d9fa0 /sysutils | |
parent | 80ba55519869039cef560111d1f6473aa56d1dfa (diff) | |
download | freebsd-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/Makefile | 5 |
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 |