diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:48:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:48:30 +0800 |
commit | c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4 (patch) | |
tree | 483587f626b594c91bd63042428c5fd4c52d4891 /science/simlib | |
parent | 4c3190a140c781b4f275a869f680250a29c081f0 (diff) | |
download | freebsd-ports-graphics-c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4.tar.gz freebsd-ports-graphics-c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4.tar.zst freebsd-ports-graphics-c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: science)
Diffstat (limited to 'science/simlib')
-rw-r--r-- | science/simlib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index 03cec766805..7629892aa69 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' \ |