diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 18:22:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 18:22:53 +0800 |
commit | ca11096f72e0416e5d8e0162b7931ac2fb212568 (patch) | |
tree | c7f862cd7c3e0c004b103b4b675fc316700c2428 /net-im | |
parent | 7ca2d99f1952b98174b9a777a1213a135a5a7f8b (diff) | |
download | freebsd-ports-gnome-ca11096f72e0416e5d8e0162b7931ac2fb212568.tar.gz freebsd-ports-gnome-ca11096f72e0416e5d8e0162b7931ac2fb212568.tar.zst freebsd-ports-gnome-ca11096f72e0416e5d8e0162b7931ac2fb212568.zip |
- Stage support
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-idle/Makefile | 3 | ||||
-rw-r--r-- | net-im/telepathy-idle/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-im/telepathy-idle/Makefile b/net-im/telepathy-idle/Makefile index 4437c0dbc422..3071fc6e63a5 100644 --- a/net-im/telepathy-idle/Makefile +++ b/net-im/telepathy-idle/Makefile @@ -20,8 +20,6 @@ USE_OPENSSL= yes USE_GNOME= gnomehack glib20 USE_PYTHON_BUILD=yes -MAN8= telepathy-idle.8 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -33,7 +31,6 @@ CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -lssl -lcrypto" OPENSSL_CFLAGS="-I/usr/ # OPENSSL_LIBS # linker flags for OPENSSL, overriding pkg-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|strnlen(\([^,]*\), [^)]*)|strlen(\1)|' \ ${WRKSRC}/src/idle-connection.c \ diff --git a/net-im/telepathy-idle/pkg-plist b/net-im/telepathy-idle/pkg-plist index 2c0dc70d3583..6f6676e9ed6a 100644 --- a/net-im/telepathy-idle/pkg-plist +++ b/net-im/telepathy-idle/pkg-plist @@ -1,5 +1,6 @@ libexec/telepathy-idle share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service share/telepathy/managers/idle.manager +man/man8/telepathy-idle.8.gz @dirrmtry share/telepathy/managers @dirrmtry share/telepathy |