diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-05 21:54:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-05 21:54:52 +0800 |
commit | cfb9ac020516ff3afe2925f8d553d6942a5c08e8 (patch) | |
tree | 415d3143372713fbd39afa75bad4c5e5bbab2e59 /science | |
parent | 34591b3a2a24d892847ca7c8d8e86def4ce41d2c (diff) | |
download | freebsd-ports-gnome-cfb9ac020516ff3afe2925f8d553d6942a5c08e8.tar.gz freebsd-ports-gnome-cfb9ac020516ff3afe2925f8d553d6942a5c08e8.tar.zst freebsd-ports-gnome-cfb9ac020516ff3afe2925f8d553d6942a5c08e8.zip |
- Simplify Makefile
Diffstat (limited to 'science')
-rw-r--r-- | science/pnetcdf/Makefile | 4 |
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> |