svn commit: r388459 - head/biology/psi88

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 17:27:09 UTC 2015


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


More information about the svn-ports-all mailing list