aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-03 13:59:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-03 13:59:25 +0000
commit0a8f53b15fc2bddb36daeef153520e3db25d4347 (patch)
tree772fc431aabb40c5989c2a4010ea1ab1b49cca11 /security
parenteabe39d426d60bc94a53bfb77353b6affa735dee (diff)
downloadports-0a8f53b15fc2bddb36daeef153520e3db25d4347.tar.gz
ports-0a8f53b15fc2bddb36daeef153520e3db25d4347.zip
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=356369
Diffstat (limited to 'security')
-rw-r--r--security/libntlm/Makefile7
-rw-r--r--security/libntlm/pkg-plist2
2 files changed, 4 insertions, 5 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile
index 6501865433dc..c65d51fc8ab2 100644
--- a/security/libntlm/Makefile
+++ b/security/libntlm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libntlm
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.nongnu.org/libntlm/releases/
@@ -11,14 +12,12 @@ COMMENT= Library that implement Microsoft's NTLM authentication
LICENSE= LGPL21
-USES= pathfix pkgconfig
-USE_AUTOTOOLS= libtool
+USES= pathfix pkgconfig libtool
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
-.include <bsd.port.options.mk>
-
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/security/libntlm/pkg-plist b/security/libntlm/pkg-plist
index 4a6ab428544b..256313f784a2 100644
--- a/security/libntlm/pkg-plist
+++ b/security/libntlm/pkg-plist
@@ -1,6 +1,6 @@
include/ntlm.h
lib/libntlm.a
-lib/libntlm.la
lib/libntlm.so
lib/libntlm.so.0
+lib/libntlm.so.0.0.18
libdata/pkgconfig/libntlm.pc