diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-28 01:53:01 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-28 01:53:01 +0800 |
commit | 83e67b8dbc4cffbb93f46b23e237049e410696d2 (patch) | |
tree | f30338a070a7659ae4d6ac2dac608a854b06f7f5 /net/mldonkey | |
parent | dbf4ee309b4bb64c1db53f3a28e3aa17eaedb789 (diff) | |
download | freebsd-ports-gnome-83e67b8dbc4cffbb93f46b23e237049e410696d2.tar.gz freebsd-ports-gnome-83e67b8dbc4cffbb93f46b23e237049e410696d2.tar.zst freebsd-ports-gnome-83e67b8dbc4cffbb93f46b23e237049e410696d2.zip |
o Install port's supplied version of kill_mldonkey instead of
distribution's one
o Bump PORTREVISION
Submitted by: maintainer
Pointy hat to: lioux
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index d9b03f2ae656..207804b0dc67 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 2.02.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \ http://savannah.nongnu.org/download/mldonkey/stable/contributed/ @@ -32,7 +33,7 @@ post-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real - @${INSTALL_SCRIPT} ${WRKDIR}/kill_mldonkey ${PREFIX}/bin + @${INSTALL_SCRIPT} ${FILESDIR}/kill_mldonkey ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey .ifndef(NOPORTDOCS) |