aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-devel/files/patch-astman::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk-devel/files/patch-astman::Makefile')
-rw-r--r--net/asterisk-devel/files/patch-astman::Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk-devel/files/patch-astman::Makefile b/net/asterisk-devel/files/patch-astman::Makefile
deleted file mode 100644
index cf31005257cf..000000000000
--- a/net/asterisk-devel/files/patch-astman::Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- astman/Makefile.orig Sat Oct 25 20:27:53 2003
-+++ astman/Makefile Fri Jan 30 01:47:34 2004
-@@ -8,7 +8,7 @@
- install:
- if [ "$(TARGET)" != "none" ]; then \
- for x in $(TARGET); do \
-- install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/astman; \
-+ $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(ASTSBINDIR)/astman; \
- done ; \
- fi
-