diff options
author | steve <steve@FreeBSD.org> | 1999-10-11 07:16:02 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-11 07:16:02 +0800 |
commit | 0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4 (patch) | |
tree | 58931ce69cd95f92679ea73371c92fbb6558f087 /net/mpich/Makefile | |
parent | 0b9c71e65685c079b55f046cc7f2c2ddeed3e92f (diff) | |
download | freebsd-ports-gnome-0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4.tar.gz freebsd-ports-gnome-0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4.tar.zst freebsd-ports-gnome-0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4.zip |
Add a few patches and move the distfiles to their own DIST_SUBDIR.
PR: 14232
Submitted by: maintainer
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r-- | net/mpich/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index e41d4fcaa959..ec4a17ed7b0b 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -10,9 +10,12 @@ DISTNAME= mpich-1.1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ +PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/1.1.2/ +PATCHFILES= 4152 4165 4169 4180 4224 + MAINTAINER= dbader@eece.unm.edu -.include <bsd.port.pre.mk> +DIST_SUBDIR= mpich HAS_CONFIGURE= yes CONFIGURE_ARGS= --cflags="$(CFLAGS)" -prefix=$(PREFIX)/mpich @@ -165,4 +168,4 @@ MAN4= CLOG_Finalize.4 CLOG_Init.4 CLOG_Output.4 \ MPE_Stop_log.4 MPE_TagsEnd.4 MPE_Update.4 INSTALL_TARGET= install -.include <bsd.port.post.mk> +.include <bsd.port.mk> |