summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-10-22 13:37:48 +0000
committeragc <agc>1999-10-22 13:37:48 +0000
commitcde5cfe30e624a34a54104e29088604774c370ee (patch)
treec990c65d831204962d7a8be6d23425135730747f /editors/vile/Makefile
parent88970dbea5621bf8c461c36f397668dc1dddf898 (diff)
downloadpkgsrc-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/vile/Makefile')
-rw-r--r--editors/vile/Makefile10
1 files changed, 7 insertions, 3 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"