diff options
Diffstat (limited to 'sysutils/mpiexec/Makefile')
-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> |