summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-09 14:05:50 +0000
committerwiz <wiz>2014-10-09 14:05:50 +0000
commit7bc685450d39f18c2b3e353da33c8e080a428d2c (patch)
tree82ab845b1db083e88ed835d07dece15a80699928 /editors
parentdcbe0047b15d95b6c1c84224b59a338b96f98f25 (diff)
downloadpkgsrc-7bc685450d39f18c2b3e353da33c8e080a428d2c.tar.gz
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'editors')
-rw-r--r--editors/bvi/Makefile4
-rw-r--r--editors/ce-doc/Makefile4
-rw-r--r--editors/ce-x11/Makefile4
-rw-r--r--editors/ce/Makefile5
-rw-r--r--editors/heme/Makefile4
-rw-r--r--editors/ted/Makefile4
6 files changed, 6 insertions, 19 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 0e2deee9a28..d2469bb70d7 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2013/10/10 08:56:34 apb Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:32 wiz Exp $
#
DISTNAME= bvi-1.3.2.src
@@ -16,8 +16,6 @@ GNU_CONFIGURE= YES
LIBS+= ${BUILDLINK_LDADD.termcap}
MAKE_ENV+= SHELL=${SH:Q}
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile
index 0269286e869..56aa8513959 100644
--- a/editors/ce-doc/Makefile
+++ b/editors/ce-doc/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 11:43:31 asau Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:32 wiz Exp $
#
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "../../editors/ce/Makefile.common"
PKGNAME= ce-doc-${VERSION}
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile
index 0a1d2dd3fd4..ac7fd086d9a 100644
--- a/editors/ce-x11/Makefile
+++ b/editors/ce-x11/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2013/10/10 11:07:34 roy Exp $
+# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:32 wiz Exp $
#
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "../../editors/ce/Makefile.common"
PKGNAME= ce-x11-${VERSION}
diff --git a/editors/ce/Makefile b/editors/ce/Makefile
index 3f0ac28fc57..ae72c3fc0fe 100644
--- a/editors/ce/Makefile
+++ b/editors/ce/Makefile
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2013/10/10 11:08:16 roy Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:32 wiz Exp $
#
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "Makefile.common"
PKGREVISION= 1
COMMENT+= , tty version
-
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= .*/bin/bash
REPLACE.bash.new= ${SH}
diff --git a/editors/heme/Makefile b/editors/heme/Makefile
index c78b25e4b63..65e63eb99fb 100644
--- a/editors/heme/Makefile
+++ b/editors/heme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/03 11:43:35 asau Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:32 wiz Exp $
#
DISTNAME= heme-0.4
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/heme/
COMMENT= Fast and portable console hex editor
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_TARGET= heme
USE_NCURSES= chgat
USE_TOOLS+= gmake
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 6ef2ebcdeee..b172747a232 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2013/06/06 12:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2014/10/09 14:06:32 wiz Exp $
DISTNAME= ted-2.21.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= X11 based WordPad-like word processor
LICENSE= gnu-gpl-v2
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= c c++
USE_TOOLS+= bsdtar
MAKE_JOBS_SAFE= no