Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 18:32:11 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518345 - head/sysutils/entr
Message-ID:  <201911241832.xAOIWBRx066835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sun Nov 24 18:32:11 2019
New Revision: 518345
URL: https://svnweb.freebsd.org/changeset/ports/518345

Log:
  Strip the final binary
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/entr/Makefile

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Sun Nov 24 18:23:10 2019	(r518344)
+++ head/sysutils/entr/Makefile	Sun Nov 24 18:32:11 2019	(r518345)
@@ -2,6 +2,7 @@
 
 PORTNAME=	entr
 PORTVERSION=	4.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://entrproject.org/code/ \
 		https://bitbucket.org/eradman/entr/get/
@@ -20,5 +21,8 @@ MAKEFILE=	Makefile.bsd
 MAKE_ARGS=	MANPREFIX=${MANPREFIX}/man
 TEST_TARGET=	test
 PLIST_FILES=	bin/entr man/man1/entr.1.gz
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/entr
 
 .include <bsd.port.mk>



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