Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 17:27:09 +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: r388459 - head/biology/psi88
Message-ID:  <201506031727.t53HR9pM072171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  3 17:27:08 2015
New Revision: 388459
URL: https://svnweb.freebsd.org/changeset/ports/388459

Log:
  - Strip binaries

Modified:
  head/biology/psi88/Makefile

Modified: head/biology/psi88/Makefile
==============================================================================
--- head/biology/psi88/Makefile	Wed Jun  3 17:27:03 2015	(r388458)
+++ head/biology/psi88/Makefile	Wed Jun  3 17:27:08 2015	(r388459)
@@ -3,7 +3,7 @@
 
 PORTNAME=	psi88
 PORTVERSION=	1.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	biology
 MASTER_SITES=	http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/
 DISTNAME=	${PORTNAME}
@@ -26,6 +26,7 @@ post-patch:
 	@${CP} ${FILESDIR}/Makefile.top ${WRKSRC}/Makefile
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/P*
 	${LN} -s PSI2PS ${STAGEDIR}${PREFIX}/bin/PSI2
 	${INSTALL_SCRIPT} ${WRKSRC}/unix/preplot ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/unix/rpsi1 ${STAGEDIR}${PREFIX}/bin



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