diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-21 20:31:31 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-21 20:31:31 +0000 |
commit | d7551b1053f23d2073a6b0253e4d31149d0be857 (patch) | |
tree | d18cb7833654297b34ee8eb24f6be7a8cc793435 /x11/openmotif | |
parent | b67c292b9fd806e0b038dec6d90e5099857c2ae9 (diff) | |
download | pkgsrc-d7551b1053f23d2073a6b0253e4d31149d0be857.tar.gz |
Whitespace fix
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 7fa53880962..d982507b39f 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/03/29 12:43:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2003/04/21 20:31:31 cjep Exp $ # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp @@ -89,7 +89,7 @@ do-configure: post-build: cd ${WRKSRC}/doc/man; \ for file in man1/*.1 man3/*.3 man4/*.4 man5/*.5; do \ - tbl $${file} > $${file}.tblized; \ + tbl $${file} > $${file}.tblized; \ ${MV} -f $${file}.tblized $${file}; \ done @@ -104,6 +104,6 @@ post-install: cd ${WRKSRC}/doc/man; \ for file in man1/*.1 man3/*.3 man5/*.5; do \ ${INSTALL_MAN} $${file} ${PREFIX}/man/$${file}; \ - done + done .include "../../mk/bsd.pkg.mk" |