mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -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>
11 lines
400 B
Text
11 lines
400 B
Text
--- modules/help/Makefile.in.orig Wed Dec 13 09:44:44 2006
|
|
+++ modules/help/Makefile.in Wed Dec 13 09:44:50 2006
|
|
@@ -23,7 +23,7 @@
|
|
@lst="`cd @srcdir@; ls -1 -d *.yhlp`" ; \
|
|
mkdir -p "$(DESTDIR)$(helpdir)/" && \
|
|
for i in $$lst ; do \
|
|
- install -D -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(helpdir)/$$i" ; \
|
|
+ install -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(helpdir)/$$i" ; \
|
|
done;
|
|
|
|
uninstall:
|