diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-09 12:00:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-09 12:00:39 +0800 |
commit | 9f4d134a5028db130c16f9439ed3f02681f00a27 (patch) | |
tree | abf210170680c01c003cb957ddb651ad17ece311 /net-p2p/mldonkey | |
parent | 2b057ccb70be4ae33d990d2952bf52dc7176cb51 (diff) | |
download | freebsd-ports-graphics-9f4d134a5028db130c16f9439ed3f02681f00a27.tar.gz freebsd-ports-graphics-9f4d134a5028db130c16f9439ed3f02681f00a27.tar.zst freebsd-ports-graphics-9f4d134a5028db130c16f9439ed3f02681f00a27.zip |
o After repo copy from net/mldonkey
- Update to development version 2.5.28 patch kit j
- Set myself as maintainer for the time being but allow
previous maintainer to take over ASAP
- Temporarily --disable-filetp per default since filetp is
known to be broken on version 2.5.28* and prior
- Deploy PORTDOCS
- Add CONFLICTS on net/mldonkey{,-core,-gui}
- NO_LATEST_LINK since this is a development version of
net/mldonkey
- DESCR: replace spaces with tabs
PR: 75664
Repo copied by: marcus (portmgr)
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/files/patch-Makefile b/net-p2p/mldonkey/files/patch-Makefile index 3d2a0e606df..bbd57ad8fff 100644 --- a/net-p2p/mldonkey/files/patch-Makefile +++ b/net-p2p/mldonkey/files/patch-Makefile @@ -5,7 +5,7 @@ config/configure: config/configure.in - cd config; autoconf -+ cd config; autoconf213 ++ cd config; %%AUTOCONF%% ifeq ("$(MYCONFIG_ARGS_DEFINED)" , "yes") |