- Switch to USES=autoreconf

- Fix shebangs
This commit is contained in:
Dmitry Marakasov 2015-06-17 12:59:41 +00:00
parent c508dd4989
commit d940ffda0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389924

View File

@ -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