From da7e1f7b16b1cd5e3a54f3e84c0cf23f526aa853 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 22 Oct 1999 13:45:18 +0000 Subject: Rather than advising users to look at example .rc files before the ${WRKDIR} is deleted, install said files to ${PREFIX}/share/examples/xvile --- editors/xvile/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'editors/xvile/Makefile') 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" -- cgit v1.2.3