diff options
author | agc <agc> | 1999-10-22 13:37:48 +0000 |
---|---|---|
committer | agc <agc> | 1999-10-22 13:37:48 +0000 |
commit | cde5cfe30e624a34a54104e29088604774c370ee (patch) | |
tree | c990c65d831204962d7a8be6d23425135730747f /editors | |
parent | 88970dbea5621bf8c461c36f397668dc1dddf898 (diff) | |
download | pkgsrc-cde5cfe30e624a34a54104e29088604774c370ee.tar.gz |
Rather than advising users to look at example .rc files before the
${WRKDIR} is deleted, install said files to ${PREFIX}/share/examples/vile
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 10 | ||||
-rw-r--r-- | editors/vile/pkg/PLIST | 9 |
2 files changed, 15 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 3e50fad5cd7..3d338e97ca8 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/06/26 23:04:50 agc Exp $ +# $NetBSD: Makefile,v 1.15 1999/10/22 13:37:48 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp # @@ -17,7 +17,11 @@ USE_PERL5= yes INSTALL_TARGET= install install-perl post-install: - @echo "You might want to copy the *.rc files from the source tree before" - @echo "doing \`${MAKE} clean'." + -@${MKDIR} -p ${PREFIX}/share/examples/vile + @for f in filters/spell.rc filters/filters.rc \ + macros/digraphs.rc macros/pictmode.rc \ + macros/manpage.rc visvile/visvile.rc; do \ + ${BSD_INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/examples/vile; \ + done .include "../../mk/bsd.pkg.mk" diff --git a/editors/vile/pkg/PLIST b/editors/vile/pkg/PLIST index e4c0faddc24..9a29dd810cb 100644 --- a/editors/vile/pkg/PLIST +++ b/editors/vile/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1999/06/26 23:04:52 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/10/22 13:37:49 agc Exp $ bin/vile man/man1/vile.1.gz libexec/vile-c-filt @@ -40,5 +40,12 @@ share/vile/perl/shell.pl share/vile/perl/syntax.pl share/vile/perl/tailf.pl share/vile/perl/visit.pl +share/examples/vile/spell.rc +share/examples/vile/filters.rc +share/examples/vile/digraphs.rc +share/examples/vile/pictmode.rc +share/examples/vile/manpage.rc +share/examples/vile/visvile.rc +@dirrm share/examples/vile @dirrm share/vile/perl @dirrm share/vile |