diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 15:09:14 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 15:09:14 +0000 |
commit | 7b64533029af9d4133be6aabd585a1c12b87b02d (patch) | |
tree | f0527aaee80247c4d730f42fcce3572180cc61b9 /textproc | |
parent | c18aa106c98359e5e05ecc54eb6fc7f55f58d57f (diff) | |
download | pkgsrc-7b64533029af9d4133be6aabd585a1c12b87b02d.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gsed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index a4d385fe47e..d78d76b72ea 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/25 05:01:46 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/08 15:09:14 uebayasi Exp $ # DISTNAME= sed-4.0.9 @@ -10,6 +10,8 @@ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.gnu.org/software/sed/sed.html COMMENT= GNU implementation of sed, the POSIX stream editor +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |