diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-11 03:26:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-11 03:26:05 +0000 |
commit | 355a1e8747de69d063acd3a0498e04a1ec018b7a (patch) | |
tree | 057246e88276df24691c6773b6266363c18facce /math | |
parent | 0d8d006733358b92d9af62507bb8d866e2a40d7d (diff) | |
download | pkgsrc-355a1e8747de69d063acd3a0498e04a1ec018b7a.tar.gz |
The i18n file is not installed on NetBSD, so removed it from the PLIST.
Bumped PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 4a19c5e8a30..4131a2e0300 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/02/24 21:09:13 adam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/11 03:26:05 rillig Exp $ DISTNAME= libqalculate-0.9.2 PKGNAME= qalculate-0.9.2 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -11,7 +12,6 @@ COMMENT= Qalculate is a modern multi-purpose desktop calculator USE_GNU_READLINE= yes USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/math/qalculate/PLIST b/math/qalculate/PLIST index 83cd78600ae..973326e2769 100644 --- a/math/qalculate/PLIST +++ b/math/qalculate/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/02/19 12:53:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/11 03:26:05 rillig Exp $ bin/qalc include/libqalculate/BuiltinFunctions.h include/libqalculate/Calculator.h @@ -15,7 +15,6 @@ include/libqalculate/qalculate.h include/libqalculate/util.h lib/libqalculate.la lib/pkgconfig/libqalculate.pc -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libqalculate.mo share/qalculate/currencies.xml share/qalculate/datasets.xml share/qalculate/elements.xml |