diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:18:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:18:21 +0800 |
commit | 55e7aa6e4242ad083b7645dc5e3c56beef01feab (patch) | |
tree | 763d2f653d70207542a6fe8d76efa74916f06f72 /net-im | |
parent | 6d99c07ba3b922093947326526514058bbc8379e (diff) | |
download | freebsd-ports-gnome-55e7aa6e4242ad083b7645dc5e3c56beef01feab.tar.gz freebsd-ports-gnome-55e7aa6e4242ad083b7645dc5e3c56beef01feab.tar.zst freebsd-ports-gnome-55e7aa6e4242ad083b7645dc5e3c56beef01feab.zip |
- Drop .la files, no dependees require them
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gloox/Makefile | 5 | ||||
-rw-r--r-- | net-im/gloox/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index a574caf212d8..2e205c0cc020 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -3,7 +3,7 @@ PORTNAME= gloox PORTVERSION= 1.0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -11,11 +11,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls -USES= libtool:keepla pathfix pkgconfig tar:bzip2 +USES= libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes diff --git a/net-im/gloox/pkg-plist b/net-im/gloox/pkg-plist index 389b7a8fb2c3..1706428ca998 100644 --- a/net-im/gloox/pkg-plist +++ b/net-im/gloox/pkg-plist @@ -147,7 +147,6 @@ include/gloox/vcardmanager.h include/gloox/vcardupdate.h include/gloox/xhtmlim.h lib/libgloox.a -lib/libgloox.la lib/libgloox.so lib/libgloox.so.12 lib/libgloox.so.12.0.0 |