diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
commit | c475e1fb7ac23140bca23dafe1586b22f0f573cf (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /net/mldonkey | |
parent | 3f617db50885900836c2e73f313053d1d29fb7b7 (diff) | |
download | pkgsrc-c475e1fb7ac23140bca23dafe1586b22f0f573cf.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 55a70b0a2e5..0daddca3bfc 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2009/02/25 23:39:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.37 2009/06/14 22:58:06 joerg Exp $ # # used by net/mldonkey/Makefile # used by net/mldonkey-gui/Makefile @@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --enable-pthread-lib UNLIMIT_RESOURCES= stacksize -PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ - { print "@unexec $${RMDIR} %D/libexec/mldonkey"\ - " >/dev/null 2>&1 || $${TRUE}"; next } - # needs 3.10.1 or newer to work correctly on NetBSD/amd64 BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.1 |