summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
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/Makefile
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/Makefile')
-rw-r--r--editors/xvile/Makefile10
1 files changed, 7 insertions, 3 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"