diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 16:37:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 16:37:37 +0000 |
commit | 8f95534fcb7b3e8a067d4911fcd7325cfd4da090 (patch) | |
tree | 4da33a884c43a6161ccceb57f7ecffb97866aa4e /math | |
parent | e961c63c7c12915459ba399109dc1bde689087d0 (diff) | |
download | pkgsrc-8f95534fcb7b3e8a067d4911fcd7325cfd4da090.tar.gz |
Fix PLIST. LIBTOOL_OVERRIDE is done by default, remove it as well.
Bump revision.
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate/Makefile | 6 | ||||
-rw-r--r-- | math/qalculate/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 4131a2e0300..b7b1876ebe9 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -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 @@ 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 PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in UNLIMIT_RESOURCES= datasize diff --git a/math/qalculate/PLIST b/math/qalculate/PLIST index 973326e2769..ee166e550ec 100644 --- a/math/qalculate/PLIST +++ b/math/qalculate/PLIST @@ -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/planets.xml 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 |