ports/net/yate-devel/files/patch-test_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

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