Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 02:17:05 +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: r389817 - head/editors/led
Message-ID:  <201506160217.t5G2H5BC035637@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 02:17:04 2015
New Revision: 389817
URL: https://svnweb.freebsd.org/changeset/ports/389817

Log:
  - Add LICENSE_FILE
  - Strip binaries

Modified:
  head/editors/led/Makefile

Modified: head/editors/led/Makefile
==============================================================================
--- head/editors/led/Makefile	Tue Jun 16 02:17:02 2015	(r389816)
+++ head/editors/led/Makefile	Tue Jun 16 02:17:04 2015	(r389817)
@@ -3,6 +3,7 @@
 
 PORTNAME=	led
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION}
 
@@ -10,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tiny text editor, with a number of useful programming features
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 GNU_CONFIGURE=	yes
@@ -21,4 +23,8 @@ post-patch:
 	@${REINPLACE_CMD} -E 's,(bin|lib|data)dir),DESTDIR)$$(&,' \
 		${WRKSRC}/Makefile.in
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/led \
+		${STAGEDIR}${PREFIX}/lib/led/modules/perlapi.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160217.t5G2H5BC035637>