summaryrefslogtreecommitdiff
path: root/misc/screen
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-09 21:04:08 +0000
committergrant <grant@pkgsrc.org>2003-04-09 21:04:08 +0000
commit7cbde19ad7ca49e9571c24ddc71983707c8bc89a (patch)
treeda2066dda1dd098032aeb52953fdbb203d051bd5 /misc/screen
parent9edc9ce397f272b0ee616f5c6e329d6ba9248fe0 (diff)
downloadpkgsrc-7cbde19ad7ca49e9571c24ddc71983707c8bc89a.tar.gz
fix some indenting, be consistently quiet or noisy.
Diffstat (limited to 'misc/screen')
-rw-r--r--misc/screen/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 24b2a6083b5..39ff9e8b1fe 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2003/03/15 16:16:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.43 2003/04/09 21:04:08 grant Exp $
DISTNAME= screen-3.9.15
CATEGORIES= misc
@@ -23,13 +23,13 @@ CONFIGURE_ARGS+= --enable-telnet
post-patch:
@for file in etc/etcscreenrc doc/screen.1; do \
- ${MV} ${WRKSRC}/$$file ${WRKSRC}/$$file.orig; \
- ${SED} ${FILES_SUBST_SED} \
- ${WRKSRC}/$$file.orig > ${WRKSRC}/$$file; \
+ ${MV} ${WRKSRC}/$$file ${WRKSRC}/$$file.orig; \
+ ${SED} ${FILES_SUBST_SED} \
+ ${WRKSRC}/$$file.orig > ${WRKSRC}/$$file; \
done
post-install:
- @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \
${PREFIX}/share/examples/screen/screenrc
.if ${OPSYS} == "SunOS"