pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/abiword Some cleanups.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc163ee7d6fd
branches:  trunk
changeset: 470223:dc163ee7d6fd
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 07 10:44:00 2004 +0000

description:
Some cleanups.

diffstat:

 editors/abiword/Makefile |  14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 1e2d2d735ee6 -r dc163ee7d6fd editors/abiword/Makefile
--- a/editors/abiword/Makefile  Sun Mar 07 10:41:58 2004 +0000
+++ b/editors/abiword/Makefile  Sun Mar 07 10:44:00 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2004/03/07 10:41:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.72 2004/03/07 10:44:00 jmmv Exp $
 #
 
-DISTNAME=              abiword-${DIST_VER}
+DISTNAME=              abiword-2.0.4
 PKGREVISION=           1
 CATEGORIES=            editors
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=abiword/}
@@ -16,21 +16,17 @@
 # GTK1 version and previous name of the GTK2 version
 CONFLICTS=             abiword-personal-[0-9]* abiword2-[0-9]*
 
-WRKSRC=                        ${WRKDIR}/${DISTNAME}/abi
+MAKEFILE=              GNUmakefile
 GNU_CONFIGURE=         yes
 USE_BUILDLINK3=                yes
+USE_GNU_ICONV=         yes # XXX
 USE_GNU_TOOLS+=                make
 USE_PERL5=             run
 USE_X11=               yes
+WRKSRC=                        ${WRKDIR}/${DISTNAME}/abi
 
 REPLACE_PERL=          user/wp/scripts/abw2html.pl
 
-USE_GNU_ICONV=         yes # XXX
-
-MAKEFILE=              GNUmakefile
-
-DIST_VER=              2.0.4
-
 CONFIGURE_ARGS+=       --enable-gucharmap
 CONFIGURE_ARGS+=       --enable-threads
 CONFIGURE_ARGS+=       --with-sys-wv



Home | Main Index | Thread Index | Old Index