From 559e1bc28bd975c38b561de15be3918ba1f71b5e Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 11 Nov 1998 05:37:39 +0000 Subject: Use bsd.port.{pre,post}.mk. Either use them to avoid having to define something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include to before. (This is not by any means the complete list but just the ones I've noticed recently.) --- net/mpich2/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net/mpich2') diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 25f3b1d..3e6496d 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1998 # Whom: dbader@eece.unm.edu # -# $Id: Makefile,v 1.4 1998/10/13 23:15:30 jseger Exp $ +# $Id: Makefile,v 1.5 1998/10/13 23:18:37 jseger Exp $ # DISTNAME= mpich-1.1.1 @@ -12,7 +12,8 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ MAINTAINER= dbader@eece.unm.edu -OSVERSION!= sysctl -n kern.osreldate +.include + .if ${OSVERSION} >= 300000 BROKEN= MOUNT_NFS undeclared .endif @@ -166,4 +167,4 @@ MAN4= CLOG_Finalize.4 CLOG_Init.4 CLOG_Output.4 \ MPE_Stop_log.4 MPE_TagsEnd.4 MPE_Update.4 MPE_Wtime.4 INSTALL_TARGET= install PREFIX=$(PREFIX)/mpich -.include +.include -- cgit v1.1