diff options
author | jlam <jlam> | 2002-11-15 01:18:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-15 01:18:39 +0000 |
commit | 8d00eecfd00c48ce50c2080cebf111aef239e6a9 (patch) | |
tree | df5f3a2c66022144c2281842bafe7f9733a00a6b /security | |
parent | 0f9e2acb0b0e90cda728bf26d3b851076d54c2a5 (diff) | |
download | pkgsrc-8d00eecfd00c48ce50c2080cebf111aef239e6a9.tar.gz |
Whitespace fixes for 80-char wide displays.
Diffstat (limited to 'security')
-rw-r--r-- | security/tct/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile index 51af1a6c9dd..fb461121f87 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/02/18 09:57:57 agc Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/15 01:18:39 jlam Exp $ # DISTNAME= tct-1.09 @@ -17,22 +17,22 @@ REPLACE_PERL+= lazarus/lazarus do-install: ${INSTALL_PROGRAM_DIR} ${LOCALBASE}/tct/bin - cd ${WRKSRC}/bin && \ - for f in grave-robber mactime; do \ - ${INSTALL_SCRIPT} $$f ${LOCALBASE}/tct/bin; \ - done; \ - for f in file icat ils lastcomm major_minor md5 pcat timeout unrm; do \ + cd ${WRKSRC}/bin && \ + for f in grave-robber mactime; do \ + ${INSTALL_SCRIPT} $$f ${LOCALBASE}/tct/bin; \ + done; \ + for f in file icat ils lastcomm major_minor md5 pcat timeout unrm; do \ ${INSTALL_PROGRAM} $$f ${LOCALBASE}/tct/bin; \ done - cd ${WRKSRC}/extras && \ - for f in bdf ils2mac realpath; do \ - ${INSTALL_SCRIPT} $$f ${LOCALBASE}/tct/bin; \ + cd ${WRKSRC}/extras && \ + for f in bdf ils2mac realpath; do \ + ${INSTALL_SCRIPT} $$f ${LOCALBASE}/tct/bin; \ done ${INSTALL_SCRIPT} ${WRKSRC}/lazarus/lazarus ${LOCALBASE}/tct/bin ${INSTALL_PROGRAM_DIR} ${LOCALBASE}/tct/etc cd ${WRKSRC}/etc && ${INSTALL_DATA} magic ${LOCALBASE}/tct/etc ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/tct - cd ${WRKSRC}/docs && \ + cd ${WRKSRC}/docs && \ for f in README design-notes grave-robber.README lazarus.README mac.README; do \ ${INSTALL_DATA} $$f ${LOCALBASE}/share/doc/tct; \ done |