openbsd-ports/net/rabbitmq/patches/patch-plugins-src_rabbitmq-erlang-client_Makefile
sthen 0f5aa34593 update RabbitMQ to 2.7.1
- disable unnecessary use of nmap/lsof
- from maintainer Piotr Sikora with small tweaks from me
2012-01-13 20:54:25 +00:00

13 lines
626 B
Plaintext

$OpenBSD: patch-plugins-src_rabbitmq-erlang-client_Makefile,v 1.1 2012/01/13 20:54:25 sthen Exp $
--- plugins-src/rabbitmq-erlang-client/Makefile.orig Tue Dec 20 16:35:38 2011
+++ plugins-src/rabbitmq-erlang-client/Makefile Tue Dec 20 16:36:13 2011
@@ -39,7 +39,7 @@ distribution: documentation source_tarball package
%.app: %.app.in $(SOURCES) $(BROKER_DIR)/generate_app
escript $(BROKER_DIR)/generate_app $< $@ $(SOURCE_DIR)
- sed -i.save 's/%%VSN%%/$(VERSION)/' $@ && rm $@.save
+ perl -pi -e 's/%%VSN%%/$(VERSION)/' $@
###############################################################################
## Dialyzer