summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-10-22 13:45:18 +0000
committeragc <agc@pkgsrc.org>1999-10-22 13:45:18 +0000
commitda7e1f7b16b1cd5e3a54f3e84c0cf23f526aa853 (patch)
treef66957542ce0312d287fc2c48f4d2d780e370c88 /editors/xvile
parentf2e5d0d2f356b3118e50e58de865b9e21fdabdb4 (diff)
downloadpkgsrc-da7e1f7b16b1cd5e3a54f3e84c0cf23f526aa853.tar.gz
Rather than advising users to look at example .rc files before the
${WRKDIR} is deleted, install said files to ${PREFIX}/share/examples/xvile
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile10
-rw-r--r--editors/xvile/pkg/PLIST9
2 files changed, 15 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 28a38f354d6..dceb3a37888 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/10/21 18:41:14 agc Exp $
+# $NetBSD: Makefile,v 1.19 1999/10/22 13:45:18 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
#
@@ -22,7 +22,11 @@ CONFIGURE_ARGS+= --with-screen=Xaw --with-xpm --with-perl --with-lib-dir=${X11BA
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/xvile
+ @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/xvile; \
+ done
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/xvile/pkg/PLIST b/editors/xvile/pkg/PLIST
index f13f1e9841c..5bb113d9599 100644
--- a/editors/xvile/pkg/PLIST
+++ b/editors/xvile/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 1999/10/21 18:41:16 agc Exp $
+@comment $NetBSD: PLIST,v 1.7 1999/10/22 13:45:18 agc Exp $
bin/xvile
lib/vile/vile-c-filt
lib/vile/vile-crypt
@@ -68,7 +68,14 @@ share/vile/perl/shell.pl
share/vile/perl/syntax.pl
share/vile/perl/tailf.pl
share/vile/perl/visit.pl
+share/examples/xvile/spell.rc
+share/examples/xvile/filters.rc
+share/examples/xvile/digraphs.rc
+share/examples/xvile/pictmode.rc
+share/examples/xvile/manpage.rc
+share/examples/xvile/visvile.rc
@dirrm lib/vile
+@dirrm share/examples/xvile
@dirrm share/xvile/perl
@dirrm share/xvile
@dirrm share/vile/perl