summaryrefslogtreecommitdiff
path: root/cad/systemc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:58:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:58:41 +0000
commit8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch)
treead09b4f24df8e2cf74670acb86a133957eb333d0 /cad/systemc
parent- Add NO_STAGE until validated to be safe for upcoming staging support (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Notes
Notes: svn path=/head/; revision=327711
Diffstat (limited to 'cad/systemc')
-rw-r--r--cad/systemc/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/systemc/Makefile b/cad/systemc/Makefile
index 6697623bf914..22c6f600ed3c 100644
--- a/cad/systemc/Makefile
+++ b/cad/systemc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: systemc
-# Date created: 15 December 2005
-# Whom: Daniel Thiele
-#
+# Created by: Daniel Thiele
# $FreeBSD$
-#
PORTNAME= systemc
PORTVERSION= 2.2.0
@@ -24,6 +20,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/objdir
BUILD_WRKSRC= ${WRKSRC}/objdir
INSTALL_WRKSRC= ${WRKSRC}/objdir
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})