From 29a7a938991b3ffd0a905fda1511d29f3a5868e4 Mon Sep 17 00:00:00 2001 From: schmonz Date: Wed, 28 Jul 2004 16:37:00 +0000 Subject: Enable pkgviews installation. --- editors/ce-x11/Makefile | 6 +++++- editors/ce/Makefile | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile index 777f0ce50ef..c77c2879aea 100644 --- a/editors/ce-x11/Makefile +++ b/editors/ce-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/11 08:41:04 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/28 16:37:15 schmonz Exp $ # .include "../ce/Makefile.common" @@ -7,11 +7,15 @@ PKGNAME= ce-x11-${VERSION} PKGREVISION= 1 COMMENT+= , X11 version +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_X11= # defined ALL_TARGET= xce INSTALL_TARGET= install-x11 man-install-x11 +INSTALLATION_DIRS= bin man/man1 + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ce/Makefile b/editors/ce/Makefile index fe0c100d524..976a11e1119 100644 --- a/editors/ce/Makefile +++ b/editors/ce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/11 08:40:41 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/07/28 16:37:00 schmonz Exp $ # .include "Makefile.common" @@ -6,10 +6,14 @@ PKGREVISION= 1 COMMENT+= , tty version +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes ALL_TARGET= ce INSTALL_TARGET= install man-install +INSTALLATION_DIRS= bin man/man1 + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3