pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/qalculate Fix PLIST. LIBTOOL_OVERRIDE is done by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dd157af01e9
branches:  trunk
changeset: 511252:6dd157af01e9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 12 16:37:37 2006 +0000

description:
Fix PLIST. LIBTOOL_OVERRIDE is done by default, remove it as well.
Bump revision.

diffstat:

 math/qalculate/Makefile |  6 +++---
 math/qalculate/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 6b06cae35ff3 -r 6dd157af01e9 math/qalculate/Makefile
--- a/math/qalculate/Makefile   Wed Apr 12 13:40:10 2006 +0000
+++ b/math/qalculate/Makefile   Wed Apr 12 16:37:37 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/03/11 03:26:05 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2006/04/12 16:37:37 joerg Exp $
 
 DISTNAME=      libqalculate-0.9.2
 PKGNAME=       qalculate-0.9.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qalculate/}
 
@@ -12,9 +12,9 @@
 
 USE_GNU_READLINE=      yes
 USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
-LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/libqalculate.pc.in
 
 UNLIMIT_RESOURCES=     datasize
diff -r 6b06cae35ff3 -r 6dd157af01e9 math/qalculate/PLIST
--- a/math/qalculate/PLIST      Wed Apr 12 13:40:10 2006 +0000
+++ b/math/qalculate/PLIST      Wed Apr 12 16:37:37 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/03/11 03:26:05 rillig Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/04/12 16:37:37 joerg Exp $
 bin/qalc
 include/libqalculate/BuiltinFunctions.h
 include/libqalculate/Calculator.h
@@ -23,5 +23,6 @@
 share/qalculate/prefixes.xml
 share/qalculate/units.xml
 share/qalculate/variables.xml
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libqalculate.mo
 @dirrm share/qalculate
 @dirrm include/libqalculate



Home | Main Index | Thread Index | Old Index