diff options
| author | Michael Johnson <ahze@FreeBSD.org> | 2008-03-31 12:15:11 +0000 |
|---|---|---|
| committer | Michael Johnson <ahze@FreeBSD.org> | 2008-03-31 12:15:11 +0000 |
| commit | 3e505ea9b694096878d4982c9dca82a58cd3cd5e (patch) | |
| tree | 6e32dc788be3b1654423f79287045f45bc3a8a23 | |
| parent | I can't find any good reason as why this p5- port does not use PKGNAMEPREFIX, (diff) | |
Fix runtime
PR: ports/122262
Submitted by: Phillip N. <pneumann@gmail.com>
Notes
Notes:
svn path=/head/; revision=210232
| -rw-r--r-- | net-im/telepathy-butterfly/Makefile | 1 | ||||
| -rw-r--r-- | net-im/telepathy-butterfly/files/patch-telepathy-butterfly | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile index b7be3fc5cc06..9ac3647b2f0e 100644 --- a/net-im/telepathy-butterfly/Makefile +++ b/net-im/telepathy-butterfly/Makefile @@ -7,6 +7,7 @@ PORTNAME= telepathy-butterfly PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/telepathy-butterfly/files/patch-telepathy-butterfly b/net-im/telepathy-butterfly/files/patch-telepathy-butterfly new file mode 100644 index 000000000000..aac134b87fcd --- /dev/null +++ b/net-im/telepathy-butterfly/files/patch-telepathy-butterfly @@ -0,0 +1,9 @@ +--- 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 + + |
