aboutsummaryrefslogtreecommitdiff
path: root/finance/xtrader
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:18:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:18:38 +0000
commit1c7169ab74dcbb512e836e6882d91239ff49ddee (patch)
tree0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/xtrader
parent77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (diff)
downloadports-1c7169ab74dcbb512e836e6882d91239ff49ddee.tar.gz
ports-1c7169ab74dcbb512e836e6882d91239ff49ddee.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: finance)
Notes
Notes: svn path=/head/; revision=327727
Diffstat (limited to 'finance/xtrader')
-rw-r--r--finance/xtrader/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile
index 09b38f284aec..4336aa3dfd8c 100644
--- a/finance/xtrader/Makefile
+++ b/finance/xtrader/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xtrader
-# Date created: 2005-04-16
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xtrader
PORTVERSION= 0.99.9
@@ -28,6 +24,7 @@ PLIST_FILES= bin/xtrader \
%%DATADIR%%/sample.xt
PLIST_DIRS= %%DATADIR%%
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|char|const char|' \
${WRKSRC}/xtrader/src/Resource.cpp