diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:03:29 +0000 |
commit | 2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch) | |
tree | 8db179eca6ba6e7449724456d92a408d868a7732 /comms/libmodbus | |
parent | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff) | |
download | ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.tar.gz ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Notes
Notes:
svn path=/head/; revision=327714
Diffstat (limited to 'comms/libmodbus')
-rw-r--r-- | comms/libmodbus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 6d0ac0bf7e53..568654ea9716 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -44,4 +44,5 @@ MAN3= modbus_close.3 modbus_connect.3 modbus_flush.3 modbus_free.3 \ modbus_write_registers.3 MAN7= libmodbus.7 +NO_STAGE= yes .include <bsd.port.mk> |