diff options
author | grant <grant> | 2003-05-05 17:38:41 +0000 |
---|---|---|
committer | grant <grant> | 2003-05-05 17:38:41 +0000 |
commit | ce3ede98dcdcf7ecb9f7fedfadbea47ed1cfffcf (patch) | |
tree | f89e5bc4cb3eb8e57e80ac004a6c3e2ba7988c6c | |
parent | 11ba74db864fb8140127893f318c3af8419791ac (diff) | |
download | pkgsrc-ce3ede98dcdcf7ecb9f7fedfadbea47ed1cfffcf.tar.gz |
be noisier in post-install
-rw-r--r-- | editors/xvile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 736052df770..d33c58d87be 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/11/27 11:03:31 agc Exp $ +# $NetBSD: Makefile,v 1.35 2003/05/05 17:38:41 grant Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -43,9 +43,9 @@ CONFIGURE_ARGS+= --with-screen=Xaw CONFIGURE_ARGS+= --with-xpm post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget ${PREFIX}/bin/xvileget - @${INSTALL_DATA_DIR} ${EGDIR} - @for f in filters/spell.rc filters/filters.rc \ + ${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget ${PREFIX}/bin/xvileget + ${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}; \ |