diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | acf9e8dba69c03fde98e4b0805dfa75374343660 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/salome-netgenplugin/Makefile | |
parent | 70b553e5129d9e59ca05048a9fee1af1d442311f (diff) | |
download | FreeBSD-ports-acf9e8dba69c03fde98e4b0805dfa75374343660.zip FreeBSD-ports-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/salome-netgenplugin/Makefile')
-rw-r--r-- | cad/salome-netgenplugin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/salome-netgenplugin/Makefile b/cad/salome-netgenplugin/Makefile index aba4cb3..64f1822 100644 --- a/cad/salome-netgenplugin/Makefile +++ b/cad/salome-netgenplugin/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cad/salome-netgenplugin -# Date created: 10 Nov 2010 -# Whom: Stas Timokhin <devel@stasyan.com> -# +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ PORTREVISION= 6 @@ -13,4 +10,5 @@ PORTNAME= salome PKGNAMESUFFIX= -netgenplugin SAL_MODULE_UPPER= NETGENPLUGIN +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |