svn commit: r387792 - head/misc/detachtty

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 29 10:54:18 UTC 2015


Author: amdmi3
Date: Fri May 29 10:54:18 2015
New Revision: 387792
URL: https://svnweb.freebsd.org/changeset/ports/387792

Log:
  - Strip binaries

Modified:
  head/misc/detachtty/Makefile

Modified: head/misc/detachtty/Makefile
==============================================================================
--- head/misc/detachtty/Makefile	Fri May 29 10:52:38 2015	(r387791)
+++ head/misc/detachtty/Makefile	Fri May 29 10:54:18 2015	(r387792)
@@ -3,6 +3,7 @@
 
 PORTNAME=	detachtty
 PORTVERSION=	9
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	ftp://ftp.linux.org.uk/pub/lisp/detachtty/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -14,6 +15,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-9
 USES=		gmake
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/[ad][te]tachtty
 	${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1/attachtty.1
 


More information about the svn-ports-all mailing list