diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:55:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:55:44 +0000 |
commit | 7055ff02f189a21dc14fc0489900f315a6e9192f (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/treepuzzle | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: biology)
Notes
Notes:
svn path=/head/; revision=327709
Diffstat (limited to 'biology/treepuzzle')
-rw-r--r-- | biology/treepuzzle/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/biology/treepuzzle/Makefile b/biology/treepuzzle/Makefile index 365e42ae21f6..0f16bbd98629 100644 --- a/biology/treepuzzle/Makefile +++ b/biology/treepuzzle/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: treepuzzle -# Date created: 26 August 2002 -# Whom: lentferj -# +# Created by: lentferj # $FreeBSD$ -# PORTNAME= treepuzzle PORTVERSION= 5.2 @@ -17,6 +13,7 @@ COMMENT= Maximum likelihood phylogeny reconstruction using quartets GNU_CONFIGURE= yes PLIST_FILES= bin/puzzle +NO_STAGE= yes pre-configure: @${ECHO_MSG} "---------------------------------------------" @${ECHO_MSG} "" |