pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/459899ec51da
branches:  trunk
changeset: 478706:459899ec51da
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 28 16:37:00 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 editors/ce-x11/Makefile |  6 +++++-
 editors/ce/Makefile     |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (49 lines):

diff -r 4bf72a715986 -r 459899ec51da editors/ce-x11/Makefile
--- a/editors/ce-x11/Makefile   Wed Jul 28 16:04:21 2004 +0000
+++ b/editors/ce-x11/Makefile   Wed Jul 28 16:37:00 2004 +0000
@@ -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 @@
 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 -r 4bf72a715986 -r 459899ec51da editors/ce/Makefile
--- a/editors/ce/Makefile       Wed Jul 28 16:04:21 2004 +0000
+++ b/editors/ce/Makefile       Wed Jul 28 16:37:00 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index