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
328 B
Text
11 lines
328 B
Text
--- test/Makefile.in.orig Wed Mar 29 02:27:01 2006
|
|
+++ test/Makefile.in Fri Dec 15 20:23:33 2006
|
|
@@ -56,7 +56,7 @@
|
|
install: all
|
|
@mkdir -p "$(DESTDIR)$(moddir)/" && \
|
|
for i in $(PROGS) ; do \
|
|
- install -D "$$i" "$(DESTDIR)$(moddir)/$$i" ; \
|
|
+ install "$$i" "$(DESTDIR)$(moddir)/$$i" ; \
|
|
done;
|
|
|
|
.PHONY: uninstall
|