aboutsummaryrefslogtreecommitdiff
path: root/science/pnetcdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-05 13:54:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-05 13:54:52 +0000
commit107bea5d876919613384a07e1b3a40f5d8b5a4b2 (patch)
tree415d3143372713fbd39afa75bad4c5e5bbab2e59 /science/pnetcdf
parent871b08c31d07d531ddcf0b3f8c9405a7b57102a6 (diff)
downloadports-107bea5d876919613384a07e1b3a40f5d8b5a4b2.tar.gz
ports-107bea5d876919613384a07e1b3a40f5d8b5a4b2.zip
Notes
Diffstat (limited to 'science/pnetcdf')
-rw-r--r--science/pnetcdf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index 692c5de36328..a62162150117 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -33,10 +33,8 @@ OPENMPI_CONFIGURE_ON= --with-mpi=${LOCALBASE}/mpi/openmpi
OPENMPI_LIB_DEPENDS= libmpi.so:${PORTSDIR}/net/openmpi
post-install:
-.for file in ncmpidiff ncmpidump ncmpigen ncmpivalid
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
-.endfor
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>