diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/mpiexec | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.zst freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/mpiexec')
-rw-r--r-- | sysutils/mpiexec/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/mpiexec/Makefile b/sysutils/mpiexec/Makefile index 8f91f72d5d36..7ffd5b4a3aac 100644 --- a/sysutils/mpiexec/Makefile +++ b/sysutils/mpiexec/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpiexec -# Date created: 2006-11-16 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= mpiexec PORTVERSION= 0.84 @@ -25,4 +21,5 @@ MAN1= mpiexec.1 CONFLICTS= mpich2-1.2.* +NO_STAGE= yes .include <bsd.port.mk> |