diff options
author | obache <obache@pkgsrc.org> | 2010-07-20 05:01:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-20 05:01:13 +0000 |
commit | eee1bcffb7e820942734830702b8470c869ebb1f (patch) | |
tree | 4b4f63c3b84ea87cf8f0c734cc29de2689f40f4b | |
parent | 0d754b47fde3dbac2937a42562335aa39bd2e4e6 (diff) | |
download | pkgsrc-eee1bcffb7e820942734830702b8470c869ebb1f.tar.gz |
Alignment should be done with tabs.
-rw-r--r-- | net/py-s3cmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index aa5a384417e..2f5d25bb0af 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/07/20 05:00:01 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/20 05:01:13 obache Exp $ DISTNAME= s3cmd-0.9.9.91 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= Command-line interface to Amazon's Simple Storage Service (S3) LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes +PYDISTUTILSPKG= yes MAKE_ENV+= S3CMD_INSTPATH_MAN=${PKGMANDIR} DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat |