Date: Thu, 5 Jun 2014 18:07:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356669 - head/security/libident Message-ID: <201406051807.s55I7ge7099306@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406051807.s55I7ge7099306>