summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 23:18:37 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 23:18:37 +0000
commitaae8ab046eaa49bdf048f152002da71b49ce4f40 (patch)
tree3b42cbdf0278dbb4a6736630ec0f818767e27a04 /net
parentMark BROKEN for CURRENT: (diff)
Fix typo in last commit
Notes
Notes: svn path=/head/; revision=13958
Diffstat (limited to 'net')
-rw-r--r--net/mpich/Makefile4
-rw-r--r--net/mpich2/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index a92658b8d2c9..25f3b1d599cd 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 May 1998
# Whom: dbader@eece.unm.edu
#
-# $Id: Makefile,v 1.3 1998/07/27 00:25:29 steve Exp $
+# $Id: Makefile,v 1.4 1998/10/13 23:15:30 jseger Exp $
#
DISTNAME= mpich-1.1.1
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
MAINTAINER= dbader@eece.unm.edu
-SVERSION!= sysctl -n kern.osreldate
+OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN= MOUNT_NFS undeclared
.endif
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index a92658b8d2c9..25f3b1d599cd 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.3 1998/07/27 00:25:29 steve Exp $
+# $Id: Makefile,v 1.4 1998/10/13 23:15:30 jseger Exp $
#
DISTNAME= mpich-1.1.1
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
MAINTAINER= dbader@eece.unm.edu
-SVERSION!= sysctl -n kern.osreldate
+OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN= MOUNT_NFS undeclared
.endif