summaryrefslogtreecommitdiff
path: root/editors/ce-x11
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-x11
parent03dbfe08867f4f4a2c954a60f60e6130789718a1 (diff)
downloadpkgsrc-eae816f86c2f5b5e5fa951f35064128f8d328930.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'editors/ce-x11')
-rw-r--r--editors/ce-x11/Makefile6
1 files changed, 5 insertions, 1 deletions
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"