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/emboss/Makefile | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) | |
download | ports-7055ff02f189a21dc14fc0489900f315a6e9192f.tar.gz ports-7055ff02f189a21dc14fc0489900f315a6e9192f.zip |
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/emboss/Makefile')
-rw-r--r-- | biology/emboss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 997874ce9309..a44e339ab1a5 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -47,6 +47,7 @@ CONFIGURE_ARGS+= --without-x DOC_DIRS= doc/manuals doc/tutorials doc/programs/text doc/programs/html CONFIG_FILE= ${WRKSRC}/emboss/emboss.default.template +NO_STAGE= yes pre-install: @ ${REINPLACE_CMD} -e 's#%%DATADIR%%#${DATADIR}#' ${CONFIG_FILE} |