svn commit: r372454 - head/net/xrdesktop
Antoine Brodin
antoine at FreeBSD.org
Tue Nov 11 16:20:49 UTC 2014
Author: antoine
Date: Tue Nov 11 16:20:48 2014
New Revision: 372454
URL: https://svnweb.freebsd.org/changeset/ports/372454
QAT: https://qat.redports.org/buildarchive/r372454/
Log:
Fix shebang
Modified:
head/net/xrdesktop/Makefile
Modified: head/net/xrdesktop/Makefile
==============================================================================
--- head/net/xrdesktop/Makefile Tue Nov 11 15:57:52 2014 (r372453)
+++ head/net/xrdesktop/Makefile Tue Nov 11 16:20:48 2014 (r372454)
@@ -3,7 +3,7 @@
PORTNAME= xrdesktop
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/
@@ -14,7 +14,8 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rd
p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
NO_BUILD= yes
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= xrdesktop
PLIST_FILES= bin/xrdesktop
More information about the svn-ports-all
mailing list