diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 18:22:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 18:22:30 +0800 |
commit | 7ca2d99f1952b98174b9a777a1213a135a5a7f8b (patch) | |
tree | 6396c2e7a45e9ba766810da32df4f236c4f6cb2f /net-im | |
parent | 164f8b24126ecccadc881b83b944b9685f07f51a (diff) | |
download | freebsd-ports-gnome-7ca2d99f1952b98174b9a777a1213a135a5a7f8b.tar.gz freebsd-ports-gnome-7ca2d99f1952b98174b9a777a1213a135a5a7f8b.tar.zst freebsd-ports-gnome-7ca2d99f1952b98174b9a777a1213a135a5a7f8b.zip |
- Stage support
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 3 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index a0ce762b9ded..9f641baa7a4e 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -29,15 +29,12 @@ USE_OPENSSL= yes USE_PYTHON_BUILD= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt -MAN8= telepathy-gabble.8 - PLIST_SUB= PVERSION=${PORTVERSION} .if defined(WITH_OPENSSL_BASE) CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/lib/ext/wocky/configure diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist index 62bf393cab5e..17ba573ea1ba 100644 --- a/net-im/telepathy-gabble/pkg-plist +++ b/net-im/telepathy-gabble/pkg-plist @@ -1,4 +1,5 @@ bin/telepathy-gabble-xmpp-console +man/man8/telepathy-gabble.8.gz lib/telepathy/gabble-0/lib/libgabble-plugins-%%PVERSION%%.so lib/telepathy/gabble-0/lib/libgabble-plugins.a lib/telepathy/gabble-0/lib/libgabble-plugins.la |