aboutsummaryrefslogtreecommitdiff
path: root/science/simlib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:48:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:48:30 +0000
commit1dd0d087e7685065d68e44a26c1524785fcba7fb (patch)
tree483587f626b594c91bd63042428c5fd4c52d4891 /science/simlib
parent9ab014c6ea7a828661d8117efa2a449772d889e6 (diff)
downloadports-1dd0d087e7685065d68e44a26c1524785fcba7fb.tar.gz
ports-1dd0d087e7685065d68e44a26c1524785fcba7fb.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: science)
Notes
Notes: svn path=/head/; revision=327767
Diffstat (limited to 'science/simlib')
-rw-r--r--science/simlib/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile
index 03cec7668053..7629892aa699 100644
--- a/science/simlib/Makefile
+++ b/science/simlib/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: simlib
-# Whom: Pav Lucistnik <pav@FreeBSD.org>
-# Date created: 26 Nov 2004
-#
+# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= simlib
PORTVERSION= 3.0.20081216
@@ -23,6 +19,7 @@ CXXFLAGS+= -fPIC
NOT_FOR_ARCHS= ia64 powerpc sparc64
NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \