diff options
author | markd <markd> | 2012-04-16 12:23:56 +0000 |
---|---|---|
committer | markd <markd> | 2012-04-16 12:23:56 +0000 |
commit | 7c516de19695b764b7f49f23e4f558a7417a4ad4 (patch) | |
tree | 6e0fad19a738842cb341b2a0abe63b22ebdb390b /misc/kdepim4 | |
parent | 7999519894dd2ca1c5d241dfe555694beeb3fde4 (diff) | |
download | pkgsrc-7c516de19695b764b7f49f23e4f558a7417a4ad4.tar.gz |
explicitly set EXTRACT_SUFX as KDE default has changed so no longer matches
Diffstat (limited to 'misc/kdepim4')
-rw-r--r-- | misc/kdepim4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdepim4/Makefile b/misc/kdepim4/Makefile index bcabfb3db1f..3d5b05c2dca 100644 --- a/misc/kdepim4/Makefile +++ b/misc/kdepim4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/03/19 21:01:28 markd Exp $ +# $NetBSD: Makefile,v 1.31 2012/04/16 12:23:56 markd Exp $ #DISTNAME= kdepim-${_KDE_VERSION} DISTNAME= kdepim-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= Personal Information Management tools for the KDE desktop +EXTRACT_SUFX= .tar.bz2 .include "../../meta-pkgs/kde4/Makefile.kde4" |