diff options
author | cjep <cjep> | 2002-12-08 23:23:42 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-08 23:23:42 +0000 |
commit | f5f8ecbef9b840230f2fe4405518db2f3881ec0a (patch) | |
tree | cee32b6b0fc8cab4c4edc36a5b4a47bb949fa877 /databases | |
parent | ba8d8fda9aeae6686b142f19f7087939a9e9b54b (diff) | |
download | pkgsrc-f5f8ecbef9b840230f2fe4405518db2f3881ec0a.tar.gz |
tabs instead of spaces for indentation.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index e2cf7bd4f92..09bd120d51e 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/08/10 13:59:34 skrll Exp $ +# $NetBSD: Makefile,v 1.17 2002/12/08 23:23:42 cjep Exp $ # DISTNAME= rrdtool-1.0.33 @@ -38,8 +38,8 @@ PERL5_PACKLIST+= ${PERL5_SITEARCH}/auto/RRDs/.packlist post-patch: cd ${WRKSRC}; \ - files="perl-shared/Makefile.PL"; \ - for file in $${files}; do \ + files="perl-shared/Makefile.PL"; \ + for file in $${files}; do \ ${SED} -e "s|@X11BASE@|${X11BASE}|" \ -e "s|@LOCALBASE@|${LOCALBASE}|" \ $${file} > $${file}.new; \ |