pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/gsed Convert to buildlink3 and fix a spelling...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a32f956d829
branches: trunk
changeset: 474032:8a32f956d829
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 25 05:01:46 2004 +0000
description:
Convert to buildlink3 and fix a spelling error in DESCR.
diffstat:
textproc/gsed/DESCR | 2 +-
textproc/gsed/Makefile | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 83a3844da4c8 -r 8a32f956d829 textproc/gsed/DESCR
--- a/textproc/gsed/DESCR Sun Apr 25 05:01:44 2004 +0000
+++ b/textproc/gsed/DESCR Sun Apr 25 05:01:46 2004 +0000
@@ -4,5 +4,5 @@
processor. Instead, it is used to filter text, i.e., it takes text
input and performs some operation (or set of operations) on it and
outputs the modified text. Sed is typically used for extracting part
-of a file using pattern matching or substituting multiple occurances
+of a file using pattern matching or substituting multiple occurrences
of a string within a file.
diff -r 83a3844da4c8 -r 8a32f956d829 textproc/gsed/Makefile
--- a/textproc/gsed/Makefile Sun Apr 25 05:01:44 2004 +0000
+++ b/textproc/gsed/Makefile Sun Apr 25 05:01:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/21 22:53:22 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/25 05:01:46 snj Exp $
#
DISTNAME= sed-4.0.9
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.gnu.org/software/sed/sed.html
COMMENT= GNU implementation of sed, the POSIX stream editor
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
@@ -27,6 +27,6 @@
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv}
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index