diff options
author | markd <markd@pkgsrc.org> | 2012-04-16 12:23:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-04-16 12:23:56 +0000 |
commit | c667b61226797719ff80cc901cd1befd7f336488 (patch) | |
tree | 6e0fad19a738842cb341b2a0abe63b22ebdb390b /misc/kdepim-runtime4 | |
parent | f5d8d5bac32f4699192e189b281cce92482423d5 (diff) | |
download | pkgsrc-c667b61226797719ff80cc901cd1befd7f336488.tar.gz |
explicitly set EXTRACT_SUFX as KDE default has changed so no longer matches
Diffstat (limited to 'misc/kdepim-runtime4')
-rw-r--r-- | misc/kdepim-runtime4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdepim-runtime4/Makefile b/misc/kdepim-runtime4/Makefile index b898e205986..813444d3fad 100644 --- a/misc/kdepim-runtime4/Makefile +++ b/misc/kdepim-runtime4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/03/19 21:01:28 markd Exp $ +# $NetBSD: Makefile,v 1.25 2012/04/16 12:24:16 markd Exp $ #DISTNAME= kdepim-runtime-${_KDE_VERSION} DISTNAME= kdepim-runtime-4.4.11.1 @@ -6,6 +6,7 @@ PKGNAME= ${DISTNAME:S/-4/4-4/} MASTER_SITES= ${MASTER_SITE_KDE:=kdepim-4.4.11.1/src/} CATEGORIES= misc COMMENT= Runtime requirements for the KDE PIM tools +EXTRACT_SUFX= .tar.bz2 .include "../../meta-pkgs/kde4/Makefile.kde4" |