diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 01:27:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 01:27:08 +0800 |
commit | e8f1414020df8fc0c51cf982885f4dd2908a6bf2 (patch) | |
tree | a7848f42453b4723ebb2fd20f15f9a31c9fd5219 /biology | |
parent | 3bd7a237da8019c52032c057f851ae5b50384f11 (diff) | |
download | freebsd-ports-gnome-e8f1414020df8fc0c51cf982885f4dd2908a6bf2.tar.gz freebsd-ports-gnome-e8f1414020df8fc0c51cf982885f4dd2908a6bf2.tar.zst freebsd-ports-gnome-e8f1414020df8fc0c51cf982885f4dd2908a6bf2.zip |
- Strip binaries
Diffstat (limited to 'biology')
-rw-r--r-- | biology/psi88/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index 28f7598b2f14..0070d2ac4c93 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -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 |