svn commit: r356669 - head/security/libident
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 5 18:07:42 UTC 2014
Author: amdmi3
Date: Thu Jun 5 18:07:41 2014
New Revision: 356669
URL: http://svnweb.freebsd.org/changeset/ports/356669
QAT: https://qat.redports.org/buildarchive/r356669/
Log:
- Drop .la files, no dependees require them
Modified:
head/security/libident/Makefile
head/security/libident/pkg-plist
Modified: head/security/libident/Makefile
==============================================================================
--- head/security/libident/Makefile Thu Jun 5 18:06:21 2014 (r356668)
+++ head/security/libident/Makefile Thu Jun 5 18:07:41 2014 (r356669)
@@ -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 at 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}
Modified: head/security/libident/pkg-plist
==============================================================================
--- head/security/libident/pkg-plist Thu Jun 5 18:06:21 2014 (r356668)
+++ head/security/libident/pkg-plist Thu Jun 5 18:07:41 2014 (r356669)
@@ -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
More information about the svn-ports-all
mailing list