svn commit: r389924 - head/sysutils/byobu

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:59:42 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:59:41 2015
New Revision: 389924
URL: https://svnweb.freebsd.org/changeset/ports/389924

Log:
  - Switch to USES=autoreconf
  - Fix shebangs

Modified:
  head/sysutils/byobu/Makefile

Modified: head/sysutils/byobu/Makefile
==============================================================================
--- head/sysutils/byobu/Makefile	Wed Jun 17 12:59:15 2015	(r389923)
+++ head/sysutils/byobu/Makefile	Wed Jun 17 12:59:41 2015	(r389924)
@@ -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
 		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


More information about the svn-ports-head mailing list