Date: Fri, 15 May 2015 16:30:54 +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: r386423 - head/devel/libexplain Message-ID: <201505151630.t4FGUsOC036082@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 15 16:30:53 2015 New Revision: 386423 URL: https://svnweb.freebsd.org/changeset/ports/386423 Log: - Strip library - Add LICENSE_FILE Modified: head/devel/libexplain/Makefile Modified: head/devel/libexplain/Makefile ============================================================================== --- head/devel/libexplain/Makefile Fri May 15 16:30:40 2015 (r386422) +++ head/devel/libexplain/Makefile Fri May 15 16:30:53 2015 (r386423) @@ -3,7 +3,7 @@ PORTNAME= libexplain PORTVERSION= 1.3.${PATCHLEVEL} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Library which may be used to explain Unix and Linux system call errors -LICENSE= LGPL3 +LICENSE= LGPL3 # or later +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof @@ -34,4 +35,7 @@ post-patch: 's|$$(libdir)/pkgconfig|$$(libdir)/../libdata/pkgconfig|g ; \ s|\([[:blank:]]\)sed|\1gsed|g' ${WRKSRC}/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexplain.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151630.t4FGUsOC036082>