summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authoragc <agc>1999-10-22 13:37:48 +0000
committeragc <agc>1999-10-22 13:37:48 +0000
commite818fe0569651c0a618829536dfe7e5d0f81ab3b (patch)
treec990c65d831204962d7a8be6d23425135730747f /editors/vile
parentb37da54dea93f902da8c80e6287cae3176bba1e1 (diff)
downloadpkgsrc-e818fe0569651c0a618829536dfe7e5d0f81ab3b.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/vile')
-rw-r--r--editors/vile/Makefile10
-rw-r--r--editors/vile/pkg/PLIST9
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