diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /net/mldonkey-gui | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'net/mldonkey-gui')
-rw-r--r-- | net/mldonkey-gui/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 264b1084537..d56184a92f7 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/02/16 13:11:41 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/14 22:58:06 joerg Exp $ # .include "../../net/mldonkey/Makefile.common" @@ -10,9 +10,6 @@ DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey USE_TOOLS+= pkg-config -PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ - { print "@comment in mldonkey: " $$0; next } - INSTALLATION_DIRS= bin .include "options.mk" |