diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-11 19:41:39 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-11 19:41:39 +0000 |
commit | 9e61c22cf63eacfe726980e53db9c55a84bb5e6c (patch) | |
tree | 1be8337fef0bcaa1de4d2c0a7bf6acb696db85df /net/openh323/Makefile | |
parent | 4ab3378a2f50c942f3f1fc47dfa6e79d34b8fd86 (diff) | |
download | pkgsrc-9e61c22cf63eacfe726980e53db9c55a84bb5e6c.tar.gz |
Use tabs (not spaces) to make indentation
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r-- | net/openh323/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 7c664f010b2..620ecc61786 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 22:51:31 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/11 19:41:39 cjep Exp $ # DISTNAME= openh323_1.10.4 @@ -39,7 +39,7 @@ do-install: cd ${WRKSRC}/src; ${MAKE_ENV} ${GMAKE} install ${INSTALL_DATA_DIR} ${PREFIX}/include/openh323 cd ${WRKSRC}/include; \ - for f in \*.h ; \ + for f in \*.h ; \ do ${INSTALL_DATA} $$f ${PREFIX}/include/openh323; done cd ${WRKSRC}/samples/simple; ${MAKE_ENV} ${GMAKE} install -${INSTALL_DATA_DIR} ${PREFIX}/share/openh323 |