summaryrefslogtreecommitdiff
path: root/net/rabbitmq/patches/patch-plugins-src__rabbitmq-erlang-client__Makefile
blob: 321095b9c596f7e01514b9fe58a57e2b0e2e5073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-plugins-src__rabbitmq-erlang-client__Makefile,v 1.1 2011/12/14 11:55:20 fhajny Exp $

Drop dependency on gsed.
--- plugins-src/rabbitmq-erlang-client/Makefile.orig	2011-11-08 16:55:55.000000000 +0000
+++ plugins-src/rabbitmq-erlang-client/Makefile
@@ -39,7 +39,8 @@ distribution: documentation source_tarba
 
 %.app: %.app.in $(SOURCES) $(BROKER_DIR)/generate_app
 	escript  $(BROKER_DIR)/generate_app $< $@ $(SOURCE_DIR)
-	sed -i.save 's/%%VSN%%/$(VERSION)/' $@ && rm $@.save
+	sed 's/%%VSN%%/$(VERSION)/' $@ > $@.tmp && \
+		mv $@.tmp $@
 
 ###############################################################################
 ##  Dialyzer