diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
commit | 310623bb97f644b7a9a90c9e231574670edfa8f7 (patch) | |
tree | 9f439cea2889439e9fe07672aca93c8f2bc5a10e /net/rabbitmq | |
parent | audio/mixxx: Unbreak all the options (diff) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'net/rabbitmq')
-rw-r--r-- | net/rabbitmq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index ed075c088410..08b2790c78bb 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -44,7 +44,6 @@ PLIST_SUB= VERSION=${PORTVERSION} CPE_VENDOR= pivotal_software REINPLACE_ARGS= -i "" -SCRIPTS_DIR= ${WRKSRC}/deps/rabbit/scripts SHEBANG_FILES= deps/rabbitmq_management/bin/rabbitmqadmin MAKE_ARGS+= PYTHON=${PYTHON_CMD} MAKE_ENV+= PATH="${LOCALBASE}/lib/${ERLANG_LIB}/bin:${PATH}" \ |