aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-21 16:23:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-21 16:23:17 +0000
commitb8368cf7ed0d644f8b7afbfa2317ca634ee8967e (patch)
tree0a5a0f1163fc5b8411637cd86a5d1c54f84ae261 /net-im
parente28e7a8885b61fae58a3788f21b5f6db75255612 (diff)
downloadports-b8368cf7ed0d644f8b7afbfa2317ca634ee8967e.tar.gz
ports-b8368cf7ed0d644f8b7afbfa2317ca634ee8967e.zip
Notes
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
-
-