ports/net/yate-devel/files/patch-clients_Makefile_in
Edwin Groothuis f9174c9de6 [newport] net/yate-devel
Newport: net/yate

	Yate is a telephony engine aimed at creating a telephony
	server that performs well enough to deal with PBX requirements
	and also flexible enough for complex Gateway and IVR
	solutions.

	WWW: http://YATE.null.ro/

PR:		ports/114814
Submitted by:	Balwinder S Dheeman <bdheeman@hotmail.com>
2007-09-23 12:34:40 +00:00

19 lines
695 B
Text

diff -Naur clients/Makefile.in.orig clients/Makefile.in
--- clients/Makefile.in.orig 2007-01-17 17:19:15.000000000 +0000
+++ clients/Makefile.in 2007-08-12 14:28:16.000000000 +0000
@@ -65,13 +65,13 @@
$(if $(MENUFILES),\
@mkdir -p "$(DESTDIR)$(menudir)/" && \
for i in $(MENUFILES) ; do \
- install -D -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(menudir)/$$i" ; \
+ install -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(menudir)/$$i" ; \
done \
)
$(if $(DESKFILES),\
@mkdir -p "$(DESTDIR)$(deskdir)/" && \
for i in $(DESKFILES) ; do \
- install -D -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(deskdir)/$$i" ; \
+ install -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(deskdir)/$$i" ; \
done \
)