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 /devel/libbonobo/Makefile | |
parent | 3f617db50885900836c2e73f313053d1d29fb7b7 (diff) | |
download | pkgsrc-c475e1fb7ac23140bca23dafe1586b22f0f573cf.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 16bfaa77794..188791d768e 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2009/06/05 07:09:31 obache Exp $ +# $NetBSD: Makefile,v 1.62 2009/06/14 22:58:00 joerg Exp $ DISTNAME= libbonobo-2.24.1 CATEGORIES= devel gnome @@ -33,10 +33,6 @@ EGDIR= ${PREFIX}/share/examples/bonobo-activation CONF_FILES= ${EGDIR}/bonobo-activation-config.xml \ ${PKG_SYSCONFDIR}/bonobo-activation-config.xml -PRINT_PLIST_AWK+= /^@dirrm lib\/(bonobo|bonobo\/monikers)$$/ \ - { print "@unexec $${RMDIR} %D/" $$2 \ - " 2>/dev/null || $${TRUE}"; next; } - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 .include "../../devel/gettext-lib/buildlink3.mk" |