diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
commit | db14b9f38a9cc7de99fc52c04ada0a43a911b26d (patch) | |
tree | de547461edc29a7d9d85d29a32c992e11d16bd04 /net/asterisk16/files/patch-agi::Makefile | |
parent | Remove expired port: (diff) |
- Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-sounds
- Update net/appkonference to 2.1 to make it work with net/asterisk [1]
- Switch www/bigbluebutton to net/asterisk
- While here fix typo in www/xxxterm's MOVED entry
PR: ports/169038 [1]
Approved by: maintainer [1]
Diffstat (limited to 'net/asterisk16/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk16/files/patch-agi::Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/asterisk16/files/patch-agi::Makefile b/net/asterisk16/files/patch-agi::Makefile deleted file mode 100644 index 65a5b2f373de..000000000000 --- a/net/asterisk16/files/patch-agi::Makefile +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- agi/Makefile -+++ agi/Makefile -@@ -13,7 +13,9 @@ - - .PHONY: clean all uninstall - --AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi -+AGIS_BIN=eagi-test eagi-sphinx-test -+AGIS_SCR=agi-test.agi jukebox.agi -+AGIS=$(AGIS_SCR) $(AGIS_BIN) - - ifeq ($(OSARCH),SunOS) - LIBS+=-lsocket -lnsl -@@ -40,8 +42,9 @@ - eagi-sphinx-test: eagi-sphinx-test.o - - install: all -- mkdir -p $(DESTDIR)$(AGI_DIR) -- for x in $(AGIS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(AGI_DIR) ; done -+ $(MKDIR) -p $(DESTDIR)$(AGI_DIR) -+ for x in $(AGIS_BIN); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(AGI_DIR) ; done -+ for x in $(AGIS_SCR); do $(BSD_INSTALL_SCRIPT) $$x $(DESTDIR)$(AGI_DIR) ; done - - uninstall: - for x in $(AGIS); do rm -f $(DESTDIR)$(AGI_DIR)/$$x ; done |