diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:07:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:07:41 +0800 |
commit | 7de7ee1f6d75c342f059a811f2ed0574ccac1fcb (patch) | |
tree | d3f61b9415e2089bde571eef8ec6d736354e16b8 | |
parent | f723f1b0b2dba32290bcbaee22430c2d9b3348f2 (diff) | |
download | freebsd-ports-gnome-7de7ee1f6d75c342f059a811f2ed0574ccac1fcb.tar.gz freebsd-ports-gnome-7de7ee1f6d75c342f059a811f2ed0574ccac1fcb.tar.zst freebsd-ports-gnome-7de7ee1f6d75c342f059a811f2ed0574ccac1fcb.zip |
- Drop .la files, no dependees require them
-rw-r--r-- | security/libident/Makefile | 7 | ||||
-rw-r--r-- | security/libident/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 29b16749e6c0..caaa1cc0d113 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 20f8df8a3fb6..311b8b477c67 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 |