summaryrefslogtreecommitdiff
path: root/textproc/gsed
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 05:01:46 +0000
committersnj <snj@pkgsrc.org>2004-04-25 05:01:46 +0000
commit5231d30feebb10922041ea268bbf903e2acbca2b (patch)
tree65c7bcd6ea78ef80a25a7fcd45e2587177bd48db /textproc/gsed
parent2f2316e5ebc31854188fdc1d59256ae331fa34dc (diff)
downloadpkgsrc-5231d30feebb10922041ea268bbf903e2acbca2b.tar.gz
Convert to buildlink3 and fix a spelling error in DESCR.
Diffstat (limited to 'textproc/gsed')
-rw-r--r--textproc/gsed/DESCR2
-rw-r--r--textproc/gsed/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/gsed/DESCR b/textproc/gsed/DESCR
index 19c407beb89..1ed4e70446f 100644
--- a/textproc/gsed/DESCR
+++ b/textproc/gsed/DESCR
@@ -4,5 +4,5 @@ Sed (streams editor) isn't really a true text editor or text
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 --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 9728bf8d08c..a4d385fe47e 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -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 @@ MAINTAINER= seb@NetBSD.org
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 @@ BUILD_DEFS+= GNU_PROGRAM_PREFIX
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"