1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Fix typo in last commit

This commit is contained in:
Justin M. Seger 1998-10-13 23:18:37 +00:00
parent 950d44a630
commit aae8ab046e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13958
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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