summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-05 18:07:41 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-05 18:07:41 +0000
commit7de7ee1f6d75c342f059a811f2ed0574ccac1fcb (patch)
treed3f61b9415e2089bde571eef8ec6d736354e16b8
parentf723f1b0b2dba32290bcbaee22430c2d9b3348f2 (diff)
downloadFreeBSD-ports-7de7ee1f6d75c342f059a811f2ed0574ccac1fcb.zip
FreeBSD-ports-7de7ee1f6d75c342f059a811f2ed0574ccac1fcb.tar.gz
- Drop .la files, no dependees require them
-rw-r--r--security/libident/Makefile7
-rw-r--r--security/libident/pkg-plist1
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile
index 29b1674..caaa1cc 100644
--- a/security/libident/Makefile
+++ b/security/libident/Makefile
@@ -3,19 +3,20 @@
PORTNAME= libident
PORTVERSION= 0.32
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.remlab.net/files/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= Small library to interface the ident protocol server (rfc1413)
-OPTIONS_DEFINE= DOCS
-USES= libtool:keepla
+USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+OPTIONS_DEFINE= DOCS
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist
index 20f8df8..311b8b4 100644
--- a/security/libident/pkg-plist
+++ b/security/libident/pkg-plist
@@ -1,6 +1,5 @@
include/ident.h
lib/libident.a
-lib/libident.la
lib/libident.so
lib/libident.so.0
lib/libident.so.0.0.0
OpenPOWER on IntegriCloud