diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-24 20:58:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-24 20:58:02 +0800 |
commit | 441443674827629ac9ce6f6b6f43156d04085279 (patch) | |
tree | e164a866ccecca209e23c94b5b7bc7ac50ec08d9 /net-im | |
parent | ce6fa757df04f2602a9fc6253d37bd06ca1114c7 (diff) | |
download | freebsd-ports-gnome-441443674827629ac9ce6f6b6f43156d04085279.tar.gz freebsd-ports-gnome-441443674827629ac9ce6f6b6f43156d04085279.tar.zst freebsd-ports-gnome-441443674827629ac9ce6f6b6f43156d04085279.zip |
- Fix shebangs
Submitted by: Jochen Neumeister (via irc)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index cab6c335699b..8234eef84016 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.12.0 -PORTREVISION?= 0 +PORTREVISION= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -26,9 +26,11 @@ INSTALL_TARGET= install-strip .if !defined(PIDGIN_SLAVE) # Pidgin slave ports that require the following functionality, must explicitly # set these macros themselves. -USES+= iconv python +USES+= iconv python shebangfix USE_LDCONFIG= yes WANT_GNOME= yes +SHEBANG_FILES= libpurple/purple-remote \ + libpurple/purple-url-handler .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME |