svn commit: r350508 - head/security/libident

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 7 15:51:44 UTC 2014


Author: bapt
Date: Mon Apr  7 15:51:43 2014
New Revision: 350508
URL: http://svnweb.freebsd.org/changeset/ports/350508
QAT: https://qat.redports.org/buildarchive/r350508/

Log:
  Support stage
  USES=libtool
  strip binaries

Modified:
  head/security/libident/Makefile
  head/security/libident/pkg-plist

Modified: head/security/libident/Makefile
==============================================================================
--- head/security/libident/Makefile	Mon Apr  7 15:47:28 2014	(r350507)
+++ head/security/libident/Makefile	Mon Apr  7 15:51:43 2014	(r350508)
@@ -3,27 +3,21 @@
 
 PORTNAME=	libident
 PORTVERSION=	0.32
-PORTREVISION=	1
+PORTREVISION=	2
 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)
 
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	lthack
+OPTIONS_DEFINE=	DOCS
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
-MAN3=		ident.3
-
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-.for i in README
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/security/libident/pkg-plist
==============================================================================
--- head/security/libident/pkg-plist	Mon Apr  7 15:47:28 2014	(r350507)
+++ head/security/libident/pkg-plist	Mon Apr  7 15:51:43 2014	(r350508)
@@ -3,5 +3,7 @@ lib/libident.a
 lib/libident.la
 lib/libident.so
 lib/libident.so.0
+lib/libident.so.0.0.0
+man/man3/ident.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-all mailing list