diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-07-19 17:38:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-07-19 17:38:00 +0000 |
commit | 09ce50596844401af505f9c1a4b6b17d79f833b9 (patch) | |
tree | d928b3cceeaeb76d9ddaf471ee9ad354d84152ed /net/asterisk/files/patch-Makefile | |
parent | - update to 1.8.5.0 (diff) |
Makefile only is not enough, commit the remaining patches for the 1.8.5.0 update
- update to 1.8.5.0
- remove leftovers from asterisk 1.6.X
- use menuselect to enable addons
Notes
Notes:
svn path=/head/; revision=277957
Diffstat (limited to 'net/asterisk/files/patch-Makefile')
-rw-r--r-- | net/asterisk/files/patch-Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/asterisk/files/patch-Makefile b/net/asterisk/files/patch-Makefile index b18b820d1949..23027da55ea7 100644 --- a/net/asterisk/files/patch-Makefile +++ b/net/asterisk/files/patch-Makefile @@ -55,14 +55,6 @@ $(INSTALL) -d "$(DESTDIR)$(ASTSPOOLDIR)/system" $(INSTALL) -d "$(DESTDIR)$(ASTSPOOLDIR)/tmp" $(INSTALL) -d "$(DESTDIR)$(ASTSPOOLDIR)/voicemail" -@@ -544,6 +552,7 @@ - $(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/static-http" - $(INSTALL) -d "$(DESTDIR)$(ASTMANDIR)/man8" - $(INSTALL) -d "$(DESTDIR)$(AGI_DIR)" -+ $(INSTALL) -d "$(DESTDIR)$(ASTDBDIR)" - - bininstall: _all installdirs $(SUBDIRS_INSTALL) - $(INSTALL) -m 755 main/asterisk $(DESTDIR)$(ASTSBINDIR)/ @@ -603,7 +612,7 @@ @exit 1 endif |