aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-22 00:23:17 +0800
committermiwi <miwi@FreeBSD.org>2017-04-22 00:23:17 +0800
commit35e4e88f5c02951cdc418913eabed0f203ea9e61 (patch)
tree0a5a0f1163fc5b8411637cd86a5d1c54f84ae261 /net-im
parent3357d5aa906f5ee11f401ffdf8ec01015d7e28c9 (diff)
downloadfreebsd-ports-gnome-35e4e88f5c02951cdc418913eabed0f203ea9e61.tar.gz
freebsd-ports-gnome-35e4e88f5c02951cdc418913eabed0f203ea9e61.tar.zst
freebsd-ports-gnome-35e4e88f5c02951cdc418913eabed0f203ea9e61.zip
- Fix shebangs
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-butterfly/Makefile6
-rw-r--r--net-im/telepathy-butterfly/files/patch-telepathy-butterfly9
2 files changed, 4 insertions, 11 deletions
diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile
index 3b422663152f..3e494aff32d2 100644
--- a/net-im/telepathy-butterfly/Makefile
+++ b/net-im/telepathy-butterfly/Makefile
@@ -3,7 +3,7 @@
PORTNAME= telepathy-butterfly
PORTVERSION= 0.5.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,8 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/papyon/__init__.py:net-im/papyon \
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
-USES= gmake python:2
+USES= gmake python:2 shebangfix
+SHEBANG_FILES= telepathy-butterfly
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net-im/telepathy-butterfly/files/patch-telepathy-butterfly b/net-im/telepathy-butterfly/files/patch-telepathy-butterfly
deleted file mode 100644
index aac134b87fcd..000000000000
--- a/net-im/telepathy-butterfly/files/patch-telepathy-butterfly
+++ /dev/null
@@ -1,9 +0,0 @@
---- telepathy-butterfly.orig 2008-03-30 10:35:08.000000000 -0400
-+++ telepathy-butterfly 2008-03-30 10:35:17.000000000 -0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/env python
- #
- # telepathy-butterfly - an MSN connection manager for Telepathy
-
-