diff options
author | obache <obache@pkgsrc.org> | 2007-10-14 06:26:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-14 06:26:16 +0000 |
commit | 20aad660a7f9adbf521c1d8cda3fbf1998ec99ae (patch) | |
tree | be97446958092a87d64c696acddde39f310c22a5 /editors | |
parent | 11bd7673919866b0e6f91cd4600f3f5c1cc528c8 (diff) | |
download | pkgsrc-20aad660a7f9adbf521c1d8cda3fbf1998ec99ae.tar.gz |
Also install documents, fixes install-dirs issue.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 4 | ||||
-rw-r--r-- | editors/vile/PLIST | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 5583cdcb52a..b5c8e9ee711 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -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 @@ REPLACE_PERL= perl/vileget 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 --git a/editors/vile/PLIST b/editors/vile/PLIST index 75618f5f030..334b1a75a5e 100644 --- a/editors/vile/PLIST +++ b/editors/vile/PLIST @@ -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/dcl.keywords 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 |