diff options
Diffstat (limited to 'net/asterisk14/files/patch-cdr::Makefile')
-rw-r--r-- | net/asterisk14/files/patch-cdr::Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk14/files/patch-cdr::Makefile b/net/asterisk14/files/patch-cdr::Makefile deleted file mode 100644 index 2ede608f9019..000000000000 --- a/net/asterisk14/files/patch-cdr::Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- cdr/Makefile.orig Sun Jan 11 21:17:02 2004 -+++ cdr/Makefile Fri Jan 30 01:47:34 2004 -@@ -43,7 +43,7 @@ - all: depend $(MODS) - - install: all -- for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done -+ for x in $(MODS); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(MODULES_DIR) ; done - - clean: - rm -f *.so *.o .depend |