diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /textproc/gsed | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index cb08fc537ed..8cade634df8 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2014/06/08 00:59:09 spz Exp $ +# $NetBSD: Makefile,v 1.48 2014/10/09 14:07:01 wiz Exp $ DISTNAME= sed-4.2.2 PKGNAME= g${DISTNAME} @@ -12,8 +12,6 @@ HOMEPAGE= http://www.gnu.org/software/sed/sed.html COMMENT= GNU implementation of sed, the POSIX stream editor LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES INFO_FILES= YES |