diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
commit | 7055ff02f189a21dc14fc0489900f315a6e9192f (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/tinker | |
parent | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (diff) | |
download | freebsd-ports-gnome-7055ff02f189a21dc14fc0489900f315a6e9192f.tar.gz freebsd-ports-gnome-7055ff02f189a21dc14fc0489900f315a6e9192f.tar.zst freebsd-ports-gnome-7055ff02f189a21dc14fc0489900f315a6e9192f.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: biology)
Diffstat (limited to 'biology/tinker')
-rw-r--r-- | biology/tinker/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index 29705bcb3d2d..b73d044d955e 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -27,6 +27,7 @@ INSTALL_TARGET= rename SUB_FILES= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPTIMIZED_FFLAGS} |