diff options
Diffstat (limited to 'biology/p5-bioperl/Makefile')
-rw-r--r-- | biology/p5-bioperl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index d876b0575614..e48e04b7d8f2 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -983,6 +983,7 @@ MAN3= Bio::Align::AlignI.3 \ Bio::WebAgent.3 # now install all extra stuff (docs, examples, scripts, models) +NO_STAGE= yes post-install: ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/scripts ${WRKSRC}/models ${DATADIR} |