mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
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>
19 lines
695 B
Text
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 \
|
|
)
|
|
|