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