diff options
author | grant <grant@pkgsrc.org> | 2003-05-05 17:29:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-05 17:29:47 +0000 |
commit | d3a5a36b2a76eba4bf84dc1ab5e82974039b5d73 (patch) | |
tree | 980167c41f95f6aa29e767f21b5c80a28e96637e /editors/vile | |
parent | f6a381334dd8e7596e38d25dbb99daba0c8030c7 (diff) | |
download | pkgsrc-d3a5a36b2a76eba4bf84dc1ab5e82974039b5d73.tar.gz |
be noisy in post-install
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 5c3326fa71f..740f1fffe49 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/03/27 12:39:33 agc Exp $ +# $NetBSD: Makefile,v 1.29 2003/05/05 17:29:47 grant Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp DISTNAME= vile-9.3 @@ -29,9 +29,9 @@ FILTERDIR= ${PREFIX}/libexec/vile EGDIR= ${PREFIX}/share/examples/vile post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget ${PREFIX}/bin/vileget - @${INSTALL_DATA_DIR} ${EGDIR} - @for f in filters/spell.rc filters/filters.rc \ + ${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget ${PREFIX}/bin/vileget + ${INSTALL_DATA_DIR} ${EGDIR} + for f in filters/spell.rc filters/filters.rc \ macros/digraphs.rc macros/pictmode.rc \ macros/manpage.rc visvile/visvile.rc; do \ ${INSTALL_DATA} ${WRKSRC}/$$f ${EGDIR}; \ |