pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Remove paths to aspell tools from CONFIGURE_E...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e113ed83713c
branches: trunk
changeset: 486661:e113ed83713c
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Dec 31 14:28:24 2004 +0000
description:
Remove paths to aspell tools from CONFIGURE_ENV. They are handled by
aspell/buildlink3.mk.
diffstat:
textproc/aspell-breton/Makefile | 5 +----
textproc/aspell-dutch/Makefile | 5 +----
textproc/aspell-esperanto/Makefile | 5 +----
textproc/aspell-francais/Makefile | 5 +----
textproc/aspell-greek/Makefile | 5 +----
textproc/aspell-italian/Makefile | 5 +----
textproc/aspell-portuguese/Makefile | 5 +----
textproc/aspell-romanian/Makefile | 5 +----
textproc/aspell-slovak/Makefile | 5 +----
textproc/aspell-spanish/Makefile | 5 +----
textproc/aspell-welsh/Makefile | 5 +----
11 files changed, 11 insertions(+), 44 deletions(-)
diffs (198 lines):
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-breton/Makefile
--- a/textproc/aspell-breton/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-breton/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-br-0.50-2
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-dutch/Makefile
--- a/textproc/aspell-dutch/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-dutch/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-nl-0.50-2
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-esperanto/Makefile
--- a/textproc/aspell-esperanto/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-esperanto/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-eo-0.50-2
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-francais/Makefile
--- a/textproc/aspell-francais/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-francais/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-fr-0.50-3
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-greek/Makefile
--- a/textproc/aspell-greek/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-greek/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-el-0.50-3
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-italian/Makefile
--- a/textproc/aspell-italian/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-italian/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 03:10:45 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-it-0.53-0
@@ -14,8 +14,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-portuguese/Makefile
--- a/textproc/aspell-portuguese/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-portuguese/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-pt-0.50-2
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-romanian/Makefile
--- a/textproc/aspell-romanian/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-romanian/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-ro-0.50-2
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-slovak/Makefile
--- a/textproc/aspell-slovak/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-slovak/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-sk-0.52-0
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-spanish/Makefile
--- a/textproc/aspell-spanish/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-spanish/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-es-0.50-2
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d4c6d56a4223 -r e113ed83713c textproc/aspell-welsh/Makefile
--- a/textproc/aspell-welsh/Makefile Fri Dec 31 14:26:47 2004 +0000
+++ b/textproc/aspell-welsh/Makefile Fri Dec 31 14:28:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $
#
DISTNAME= aspell-cy-0.50-3
@@ -15,8 +15,5 @@
USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
-CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index