diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:36:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:36:19 +0000 |
commit | fe8d1fdffc8744dc492ff03195fa934829ea8d18 (patch) | |
tree | 8fce1af7fca7567229bb13031cdb8b292f10c94e /net/py-s3cmd | |
parent | 7fa6b0dae2495fff010d44ff65f97ca52817c4fe (diff) |
Notes
Diffstat (limited to 'net/py-s3cmd')
-rw-r--r-- | net/py-s3cmd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index 289aadb4618b..4e80fa9b3a56 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -14,6 +14,8 @@ COMMENT= Unix-like tools to manipulate stored files from the command line USE_PYDISTUTILS= yes USE_PYTHON= 2 +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |