diff options
author | markd <markd@pkgsrc.org> | 2010-04-12 08:05:41 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-12 08:05:41 +0000 |
commit | 3e012afd61d5d156709321ed56cf9d4042d40ea0 (patch) | |
tree | d1e1717c35f58cae62de332728704b510f732494 /x11 | |
parent | b372b651b6b8486f796a7a154a2b01d23c3cab92 (diff) | |
download | pkgsrc-3e012afd61d5d156709321ed56cf9d4042d40ea0.tar.gz |
Fix perl path in plasma_popupapplet_fix_groups.pl (it moved location
in the tree). Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index f61165bbef0..4e3a994492a 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/04/11 13:55:49 markd Exp $ +# $NetBSD: Makefile,v 1.8 2010/04/12 08:05:41 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop @@ -37,7 +37,7 @@ REPLACE_PERL+= \ kio/useragent.pl \ kio/misc/fileshareset \ kdeui/preparetips \ - plasma/plasma_popupapplet_fix_groups.pl + plasma/data/kconfig_updates/plasma_popupapplet_fix_groups.pl CHECK_PORTABILITY_SKIP+=kate/tests/hl/highlight.sh |