pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/vile Also install documents, fixes install-dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbb9fe69e6ea
branches:  trunk
changeset: 534230:fbb9fe69e6ea
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 14 06:26:16 2007 +0000

description:
Also install documents, fixes install-dirs issue.

diffstat:

 editors/vile/Makefile |   4 ++--
 editors/vile/PLIST    |  12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 27ba4f82fada -r fbb9fe69e6ea editors/vile/Makefile
--- a/editors/vile/Makefile     Sun Oct 14 05:26:21 2007 +0000
+++ b/editors/vile/Makefile     Sun Oct 14 06:26:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2007/10/14 04:53:35 obache Exp $
+# $NetBSD: Makefile,v 1.50 2007/10/14 06:26:16 obache Exp $
 
 DISTNAME=              vile-9.5
 PKGNAME=               ${DISTNAME}r
@@ -34,7 +34,7 @@
 CPPFLAGS.NetBSD+=      -DMISSING_EXTERN_ENVIRON
 
 MAKE_FILE=             makefile
-INSTALL_TARGET=                install install-perl
+INSTALL_TARGET=                install install-doc install-perl
 
 DATADIR=               ${PREFIX}/share/vile
 FILTERDIR=             ${PREFIX}/libexec/vile
diff -r 27ba4f82fada -r fbb9fe69e6ea editors/vile/PLIST
--- a/editors/vile/PLIST        Sun Oct 14 05:26:21 2007 +0000
+++ b/editors/vile/PLIST        Sun Oct 14 06:26:16 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2007/10/14 04:53:35 obache Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/10/14 06:26:16 obache Exp $
 bin/vile
 bin/vile-pager
 bin/vileget
@@ -105,6 +105,16 @@
 share/vile/def.keywords
 share/vile/diff.keywords
 share/vile/digraphs.rc
+share/vile/doc/Vileserv.doc
+share/vile/doc/config.doc
+share/vile/doc/dir.doc
+share/vile/doc/filters.doc
+share/vile/doc/macros.doc
+share/vile/doc/menus.doc
+share/vile/doc/modes.doc
+share/vile/doc/oleauto.doc
+share/vile/doc/perl.doc
+share/vile/doc/visvile.doc
 share/vile/ecl.keywords
 share/vile/esql.keywords
 share/vile/est.keywords



Home | Main Index | Thread Index | Old Index