aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-astman::Makefile
diff options
context:
space:
mode:
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
+