Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 08:43:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439028 - head/misc/xdg-menu
Message-ID:  <201704210843.v3L8h7no088114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr 21 08:43:07 2017
New Revision: 439028
URL: https://svnweb.freebsd.org/changeset/ports/439028

Log:
  - Fix shebangs

Modified:
  head/misc/xdg-menu/Makefile

Modified: head/misc/xdg-menu/Makefile
==============================================================================
--- head/misc/xdg-menu/Makefile	Fri Apr 21 08:42:20 2017	(r439027)
+++ head/misc/xdg-menu/Makefile	Fri Apr 21 08:43:07 2017	(r439028)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xdg-menu
 PORTVERSION=	1.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc
 MASTER_SITES=	SF \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -25,7 +25,8 @@ RUN_DEPENDS=	${LOCALBASE}/bin/rox:x11-fm
 WRKSRC=		${WRKDIR}/XDG-Menu
 DATADIR=	${PREFIX}/apps/XDG-Menu
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	AppRun AppletRun
 INSTALLS_ICONS=	yes
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704210843.v3L8h7no088114>