aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-astman::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-10-17 11:22:52 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-10-17 11:22:52 +0000
commitf01a970a4ec80d0f3ed1b1bdb091b764dcbde9b2 (patch)
tree0aca8a0e8a5d8ec07e8780b50ba45ca50b749e1f /net/asterisk16/files/patch-astman::Makefile
parenta50ad34b6aeed8329502f312a934da08872c84cb (diff)
Notes
Diffstat (limited to 'net/asterisk16/files/patch-astman::Makefile')
-rw-r--r--net/asterisk16/files/patch-astman::Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk16/files/patch-astman::Makefile b/net/asterisk16/files/patch-astman::Makefile
new file mode 100644
index 000000000000..53c8b316c2df
--- /dev/null
+++ b/net/asterisk16/files/patch-astman::Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- astman/Makefile 2003/10/17 09:43:08 1.1
++++ astman/Makefile 2003/10/17 09:43:31
+@@ -8,7 +8,7 @@
+ install:
+ if [ "$(TARGET)" != "none" ]; then \
+ for x in $(TARGET); do \
+- install -m 755 $$x $(ASTSBINDIR)/astman; \
++ $(BSD_INSTALL_PROGRAM) $$x $(ASTSBINDIR)/astman; \
+ done ; \
+ fi
+