diff options
author | Volker Diels-Grabsch <v@njh.eu> | 2016-08-29 09:55:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 09:55:15 (GMT) |
commit | 1875b2fb99f999a60fba4dc11699fbc18282ba30 (patch) | |
tree | 9b2c35a7c6ff97e30d05a72f57594823a9b8bf22 /plugins | |
parent | ac82d048b227ed5619b46982979ea08fdd9fd57d (diff) | |
parent | 185d92c30af3c7b3b568e3f1416c708e9d99bb8d (diff) | |
download | mxe-1875b2fb99f999a60fba4dc11699fbc18282ba30.zip mxe-1875b2fb99f999a60fba4dc11699fbc18282ba30.tar.gz mxe-1875b2fb99f999a60fba4dc11699fbc18282ba30.tar.bz2 |
Merge pull request #1503 from LuaAndC/new-gh-pages
Prepare source tree for pointing GitHub Pages to master docs/
Diffstat (limited to 'plugins')
53 files changed, 53 insertions, 106 deletions
diff --git a/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch b/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch index 2962b63..0d97f8c 100644 --- a/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch +++ b/plugins/apps/keepassx-1-don-t-discard-config-set-by-qmake.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From e941cfd42870fe214f8c44cd5e4d8ee6893b0904 Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/apps/keepassx.mk b/plugins/apps/keepassx.mk index 111bb0b..2a9ad9c 100644 --- a/plugins/apps/keepassx.mk +++ b/plugins/apps/keepassx.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := keepassx $(PKG)_IGNORE := diff --git a/plugins/apps/luajit.mk b/plugins/apps/luajit.mk index 1fcfe9b..aa396fb 100644 --- a/plugins/apps/luajit.mk +++ b/plugins/apps/luajit.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # enable native build of luajit for wrk # leave build rule in src/luajit.mk for other uses (i.e. build-pkg) diff --git a/plugins/apps/qbittorrent-1-fixes.patch b/plugins/apps/qbittorrent-1-fixes.patch index fe4c17a..4d9cbab 100644 --- a/plugins/apps/qbittorrent-1-fixes.patch +++ b/plugins/apps/qbittorrent-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk index 00a4019..0078607 100644 --- a/plugins/apps/qbittorrent.mk +++ b/plugins/apps/qbittorrent.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := qbittorrent $(PKG)_IGNORE := diff --git a/plugins/apps/tor-1-fixes.patch b/plugins/apps/tor-1-fixes.patch index 9d9b415..6316094 100644 --- a/plugins/apps/tor-1-fixes.patch +++ b/plugins/apps/tor-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk index f75933b..6b7e3f4 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tor $(PKG)_IGNORE := diff --git a/plugins/apps/wrk-1-fixes.patch b/plugins/apps/wrk-1-fixes.patch index a01fced..7e6134f 100644 --- a/plugins/apps/wrk-1-fixes.patch +++ b/plugins/apps/wrk-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk index 751d246..656040d 100644 --- a/plugins/apps/wrk.mk +++ b/plugins/apps/wrk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := wrk $(PKG)_IGNORE := diff --git a/plugins/examples/custom-qt-min/overrides.mk b/plugins/examples/custom-qt-min/overrides.mk index 9e47254..e2c2421 100644 --- a/plugins/examples/custom-qt-min/overrides.mk +++ b/plugins/examples/custom-qt-min/overrides.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # MXE provides a fully featured build of Qt. Some users want more control... # http://lists.nongnu.org/archive/html/mingw-cross-env-list/2013-08/msg00010.html diff --git a/plugins/examples/host-toolchain/binutils-host.mk b/plugins/examples/host-toolchain/binutils-host.mk index 72d9acd..5729e41 100644 --- a/plugins/examples/host-toolchain/binutils-host.mk +++ b/plugins/examples/host-toolchain/binutils-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := binutils-host $(PKG)_IGNORE = $(binutils_IGNORE) diff --git a/plugins/examples/host-toolchain/cmake-host.mk b/plugins/examples/host-toolchain/cmake-host.mk index 253dbc4..9def339 100644 --- a/plugins/examples/host-toolchain/cmake-host.mk +++ b/plugins/examples/host-toolchain/cmake-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := cmake-host $(PKG)_IGNORE = $(cmake_IGNORE) diff --git a/plugins/examples/host-toolchain/gcc-host.mk b/plugins/examples/host-toolchain/gcc-host.mk index e96dcb4..db3d266 100644 --- a/plugins/examples/host-toolchain/gcc-host.mk +++ b/plugins/examples/host-toolchain/gcc-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gcc-host $(PKG)_IGNORE = $(gcc_IGNORE) diff --git a/plugins/examples/host-toolchain/make-w32-bin.mk b/plugins/examples/host-toolchain/make-w32-bin.mk index 040916b..bd91eff 100644 --- a/plugins/examples/host-toolchain/make-w32-bin.mk +++ b/plugins/examples/host-toolchain/make-w32-bin.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := make-w32-bin $(PKG)_IGNORE := diff --git a/plugins/examples/host-toolchain/pkgconf-host.mk b/plugins/examples/host-toolchain/pkgconf-host.mk index c971044..d82edcb 100644 --- a/plugins/examples/host-toolchain/pkgconf-host.mk +++ b/plugins/examples/host-toolchain/pkgconf-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := pkgconf-host $(PKG)_IGNORE = $(pkgconf_IGNORE) diff --git a/plugins/examples/host-toolchain/qt5-host-tools.mk b/plugins/examples/host-toolchain/qt5-host-tools.mk index 0c91842..c68a79f 100644 --- a/plugins/examples/host-toolchain/qt5-host-tools.mk +++ b/plugins/examples/host-toolchain/qt5-host-tools.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := $(basename $(notdir $(lastword $(MAKEFILE_LIST)))) $(PKG)_FILE = $(qtbase_FILE) diff --git a/plugins/examples/host-toolchain/winpthreads-host.mk b/plugins/examples/host-toolchain/winpthreads-host.mk index 6d10feb..1a947da 100644 --- a/plugins/examples/host-toolchain/winpthreads-host.mk +++ b/plugins/examples/host-toolchain/winpthreads-host.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := winpthreads-host $(PKG)_IGNORE = $(mingw-w64_IGNORE) diff --git a/plugins/examples/qt5-deps/overrides.mk b/plugins/examples/qt5-deps/overrides.mk index c437086..f8407b1 100644 --- a/plugins/examples/qt5-deps/overrides.mk +++ b/plugins/examples/qt5-deps/overrides.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. poppler_DEPS := $(filter-out qt ,$(poppler_DEPS)) qtbase openscenegraph_DEPS := $(filter-out qt ,$(openscenegraph_DEPS)) qtbase diff --git a/plugins/gcc5/gcc5-overlay.mk b/plugins/gcc5/gcc5-overlay.mk index 894952b..8c34cfa 100644 --- a/plugins/gcc5/gcc5-overlay.mk +++ b/plugins/gcc5/gcc5-overlay.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # override relevant cloog, isl, and gcc variables changed in: # https://github.com/mxe/mxe/pull/965 diff --git a/plugins/gcc6/gcc6-overlay.mk b/plugins/gcc6/gcc6-overlay.mk index 63a2235..beada61 100644 --- a/plugins/gcc6/gcc6-overlay.mk +++ b/plugins/gcc6/gcc6-overlay.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # override relevant cloog, isl, and gcc variables changed in: # https://github.com/mxe/mxe/pull/965 diff --git a/plugins/go/go-1-fixes.patch b/plugins/go/go-1-fixes.patch index 27281c7..4c02676 100644 --- a/plugins/go/go-1-fixes.patch +++ b/plugins/go/go-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/go/go-native.mk b/plugins/go/go-native.mk index 2278d2c..f85fcd7 100644 --- a/plugins/go/go-native.mk +++ b/plugins/go/go-native.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := go-native $(PKG)_WEBSITE := https://golang.org/ diff --git a/plugins/go/go.mk b/plugins/go/go.mk index a28f0ed..d5fe32d 100644 --- a/plugins/go/go.mk +++ b/plugins/go/go.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := go $(PKG)_WEBSITE := https://golang.org/ diff --git a/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch b/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch index 7edd1f5..fffa233 100644 --- a/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch +++ b/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 1d8e959ee39e7a46e150e722af12252448c7ac22 Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/luarocks/llthreads2.mk b/plugins/luarocks/llthreads2.mk index 0c9115e..0939b95 100644 --- a/plugins/luarocks/llthreads2.mk +++ b/plugins/luarocks/llthreads2.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := llthreads2 $(PKG)_WEBSITE := https://github.com/moteus/lua-llthreads2 diff --git a/plugins/luarocks/lpeg-1-rockspec.patch b/plugins/luarocks/lpeg-1-rockspec.patch index 2d336e9..e8bd247 100644 --- a/plugins/luarocks/lpeg-1-rockspec.patch +++ b/plugins/luarocks/lpeg-1-rockspec.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From f271a094f8add34df3f31ac6fb12c9fe683f763a Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk index 4d099db..fac380e 100644 --- a/plugins/luarocks/lpeg.mk +++ b/plugins/luarocks/lpeg.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lpeg $(PKG)_WEBSITE := http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html diff --git a/plugins/luarocks/lua-rapidjson-1-fixes.patch b/plugins/luarocks/lua-rapidjson-1-fixes.patch index 554d46c..b509c2f 100644 --- a/plugins/luarocks/lua-rapidjson-1-fixes.patch +++ b/plugins/luarocks/lua-rapidjson-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From dbedfa6c3b350b6cb2c13d17790a17129ce28721 Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/luarocks/lua-rapidjson.mk b/plugins/luarocks/lua-rapidjson.mk index fa7ed1e..7ba99fc 100644 --- a/plugins/luarocks/lua-rapidjson.mk +++ b/plugins/luarocks/lua-rapidjson.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := lua-rapidjson $(PKG)_WEBSITE := https://github.com/xpol/lua-rapidjson diff --git a/plugins/luarocks/lua.mk b/plugins/luarocks/lua.mk index f891224..b30afc5 100644 --- a/plugins/luarocks/lua.mk +++ b/plugins/luarocks/lua.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. # enable native build for luarocks # leave build rule in src/lua.mk for other uses (i.e. build-pkg) diff --git a/plugins/luarocks/luarocks-1-fixes.patch b/plugins/luarocks/luarocks-1-fixes.patch index 4860d52..346f77a 100644 --- a/plugins/luarocks/luarocks-1-fixes.patch +++ b/plugins/luarocks/luarocks-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk index ef4a5ac..35ddb04 100644 --- a/plugins/luarocks/luarocks.mk +++ b/plugins/luarocks/luarocks.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luarocks $(PKG)_WEBSITE := https://luarocks.org/ diff --git a/plugins/luarocks/luasocket-1-build-on-mxe.patch b/plugins/luarocks/luasocket-1-build-on-mxe.patch index c6e6db5..1845a0a 100644 --- a/plugins/luarocks/luasocket-1-build-on-mxe.patch +++ b/plugins/luarocks/luasocket-1-build-on-mxe.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 11c943734757cf703daa6768b3919b7a580fe8b0 Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/luarocks/luasocket-2-lual-checkint.patch b/plugins/luarocks/luasocket-2-lual-checkint.patch index 27323e3..2c1c390 100644 --- a/plugins/luarocks/luasocket-2-lual-checkint.patch +++ b/plugins/luarocks/luasocket-2-lual-checkint.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. From 25007fd7fed18926728b9a1249f827a27e1d03f1 Mon Sep 17 00:00:00 2001 From: Boris Nagaev <bnagaev@gmail.com> diff --git a/plugins/luarocks/luasocket.mk b/plugins/luarocks/luasocket.mk index 5deac86..c224b62 100644 --- a/plugins/luarocks/luasocket.mk +++ b/plugins/luarocks/luasocket.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luasocket $(PKG)_WEBSITE := http://www.impa.br/~diego/software/luasocket diff --git a/plugins/luarocks/luv-1-fixes.patch b/plugins/luarocks/luv-1-fixes.patch index bce9e26..cf46fa2 100644 --- a/plugins/luarocks/luv-1-fixes.patch +++ b/plugins/luarocks/luv-1-fixes.patch @@ -1,5 +1,4 @@ -This file is part of MXE. -See index.html for further information. +This file is part of MXE. See LICENSE.md for licensing information. Contains ad hoc patches for cross building. diff --git a/plugins/luarocks/luv.mk b/plugins/luarocks/luv.mk index b36b07a..844686e 100644 --- a/plugins/luarocks/luv.mk +++ b/plugins/luarocks/luv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := luv $(PKG)_WEBSITE := https://github.com/luvit/luv diff --git a/plugins/native/autoconf.mk b/plugins/native/autoconf.mk index 13c3802..5443df0 100644 --- a/plugins/native/autoconf.mk +++ b/plugins/native/autoconf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := autoconf $(PKG)_IGNORE := diff --git a/plugins/native/automake.mk b/plugins/native/automake.mk index 77e578d..6594229 100644 --- a/plugins/native/automake.mk +++ b/plugins/native/automake.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := automake $(PKG)_IGNORE := diff --git a/plugins/native/bison.mk b/plugins/native/bison.mk index 3f64f6c..a997581 100644 --- a/plugins/native/bison.mk +++ b/plugins/native/bison.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := bison $(PKG)_IGNORE := 3% diff --git a/plugins/native/coreutils.mk b/plugins/native/coreutils.mk index bc25692..04f505e 100644 --- a/plugins/native/coreutils.mk +++ b/plugins/native/coreutils.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := coreutils $(PKG)_IGNORE := diff --git a/plugins/native/flex.mk b/plugins/native/flex.mk index 666573c..286a420 100644 --- a/plugins/native/flex.mk +++ b/plugins/native/flex.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := flex $(PKG)_IGNORE := diff --git a/plugins/native/gettext.mk b/plugins/native/gettext.mk index b9c5749..75d2aed 100644 --- a/plugins/native/gettext.mk +++ b/plugins/native/gettext.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gettext $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) diff --git a/plugins/native/gperf.mk b/plugins/native/gperf.mk index 102349a..88c97f1 100644 --- a/plugins/native/gperf.mk +++ b/plugins/native/gperf.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := gperf $(PKG)_IGNORE := diff --git a/plugins/native/intltool.mk b/plugins/native/intltool.mk index c48a31e..32e9252 100644 --- a/plugins/native/intltool.mk +++ b/plugins/native/intltool.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := intltool $(PKG)_IGNORE := diff --git a/plugins/native/libiconv.mk b/plugins/native/libiconv.mk index faadeed..1313ed8 100644 --- a/plugins/native/libiconv.mk +++ b/plugins/native/libiconv.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libiconv $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) diff --git a/plugins/native/libtool.mk b/plugins/native/libtool.mk index 58769fa..ac372f6 100644 --- a/plugins/native/libtool.mk +++ b/plugins/native/libtool.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := libtool $(PKG)_TARGETS := $(BUILD) diff --git a/plugins/native/m4.mk b/plugins/native/m4.mk index 3aeb258..8eb7155 100644 --- a/plugins/native/m4.mk +++ b/plugins/native/m4.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := m4 $(PKG)_IGNORE := diff --git a/plugins/native/make.mk b/plugins/native/make.mk index 1f6fb7c..264c082 100644 --- a/plugins/native/make.mk +++ b/plugins/native/make.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := make $(PKG)_IGNORE := diff --git a/plugins/native/patch.mk b/plugins/native/patch.mk index cb8634b..3ab15f6 100644 --- a/plugins/native/patch.mk +++ b/plugins/native/patch.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := patch $(PKG)_IGNORE := diff --git a/plugins/native/sed.mk b/plugins/native/sed.mk index 75c86b7..7f34daf 100644 --- a/plugins/native/sed.mk +++ b/plugins/native/sed.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := sed $(PKG)_IGNORE := diff --git a/plugins/tcl.tk/tcl.mk b/plugins/tcl.tk/tcl.mk index 0d86e43..7ce4fb5 100644 --- a/plugins/tcl.tk/tcl.mk +++ b/plugins/tcl.tk/tcl.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tcl $(PKG)_WEBSITE := https://tcl.tk diff --git a/plugins/tcl.tk/tk.mk b/plugins/tcl.tk/tk.mk index 4d161ca..f705adc 100644 --- a/plugins/tcl.tk/tk.mk +++ b/plugins/tcl.tk/tk.mk @@ -1,5 +1,4 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := tk $(PKG)_WEBSITE := https://tcl.tk |