diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:48:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:48:30 +0000 |
commit | 1dd0d087e7685065d68e44a26c1524785fcba7fb (patch) | |
tree | 483587f626b594c91bd63042428c5fd4c52d4891 /science/simlib | |
parent | 9ab014c6ea7a828661d8117efa2a449772d889e6 (diff) |
Notes
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 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' \ |