diff options
author | grant <grant@pkgsrc.org> | 2003-05-05 17:38:41 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-05 17:38:41 +0000 |
commit | 799ef4b156828900663f60083817a7fab51b6248 (patch) | |
tree | f89e5bc4cb3eb8e57e80ac004a6c3e2ba7988c6c /editors/xvile | |
parent | 1ccf16d959c52ef4d8d923ddea2e00e40b451be1 (diff) | |
download | pkgsrc-799ef4b156828900663f60083817a7fab51b6248.tar.gz |
be noisier in post-install
Diffstat (limited to 'editors/xvile')
-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}; \ |