diff options
Diffstat (limited to 'net/asterisk12/files/patch-astman::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-astman::Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk12/files/patch-astman::Makefile b/net/asterisk12/files/patch-astman::Makefile deleted file mode 100644 index 53c8b316c2df..000000000000 --- a/net/asterisk12/files/patch-astman::Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$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 - |