diff options
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r-- | net/kdenetwork4/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index ee155ff9b4b..1f45fbf9d9a 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/10/02 20:17:15 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/11 08:13:39 markd Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} CATEGORIES= net @@ -10,8 +10,6 @@ CONFLICTS= kopete-[0-9]* # BUILD_MAKE_FLAGS+= VERBOSE=1 -PKG_DESTDIR_SUPPORT= user-destdir - # for kded_dnssdwatcher UNLIMIT_RESOURCES+= datasize memorysize stacksize @@ -27,8 +25,8 @@ REPLACE_PERL+= \ REPLACE_SH+= \ kopete/protocols/skype/call_end \ kopete/protocols/skype/call_start \ - kopete/protocols/winpopup/winpopup-install.sh \ - kopete/protocols/winpopup/winpopup-send.sh + kopete/protocols/winpopup/winpopup-install \ + kopete/protocols/winpopup/winpopup-send .include "../../meta-pkgs/kde4/kde4.mk" |