summaryrefslogtreecommitdiff
path: root/editors/ce
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-28 16:37:00 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-28 16:37:00 +0000
commiteae816f86c2f5b5e5fa951f35064128f8d328930 (patch)
treea59d3a3b79770f0eb12049aa563372a0f54abec8 /editors/ce
parent03dbfe08867f4f4a2c954a60f60e6130789718a1 (diff)
downloadpkgsrc-eae816f86c2f5b5e5fa951f35064128f8d328930.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'editors/ce')
-rw-r--r--editors/ce/Makefile6
1 files changed, 5 insertions, 1 deletions
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"