diff options
author | jmmv <jmmv> | 2004-12-25 19:13:34 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-12-25 19:13:34 +0000 |
commit | 23abc7a48089fa9ce950c1d1a4c1c0059d4105c1 (patch) | |
tree | a087cc508cc90b07450147ae0526cb3fe8fad183 /net/mldonkey/PLIST | |
parent | deb15090c99fb3bdafa90b6f2e5c98d86da810bf (diff) | |
download | pkgsrc-23abc7a48089fa9ce950c1d1a4c1c0059d4105c1.tar.gz |
Change this package to only install mldonkey's core program and add a rc.d
script to ease its startup as an unprivileged user. While here, split the
Makefile to help the forthcoming mldonkey-gui package.
This makes it very easy to run mldonkey on a dedicated server w/o X11.
Furthermore, this approach is similar to what other systems do (like Gentoo).
Bump PKGREVISION to 3. Ok'ed by wiz@, the maintainer.
Diffstat (limited to 'net/mldonkey/PLIST')
-rw-r--r-- | net/mldonkey/PLIST | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/mldonkey/PLIST b/net/mldonkey/PLIST index 21f308c17c4..1c1d0aa05bb 100644 --- a/net/mldonkey/PLIST +++ b/net/mldonkey/PLIST @@ -1,9 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2003/05/19 12:52:58 wiz Exp $ -bin/mldonkey -libexec/mldonkey/mlchat -libexec/mldonkey/mlgui -libexec/mldonkey/mlguistarter -libexec/mldonkey/mlim +@comment $NetBSD: PLIST,v 1.3 2004/12/25 19:13:34 jmmv Exp $ libexec/mldonkey/mlnet -libexec/mldonkey/mlnet+gui -@dirrm libexec/mldonkey +@unexec ${RMDIR} %D/libexec/mldonkey >/dev/null 2>&1 || ${TRUE} |