REPLACE_PYTHON

This commit is contained in:
dholland 2011-07-03 10:01:04 +00:00
parent f990804d79
commit 464da65f3d

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.8 2011/02/28 14:52:59 wiz Exp $
# $NetBSD: Makefile,v 1.9 2011/07/03 10:01:04 dholland Exp $
#
DISTNAME= boto-1.9b
PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://boto.googlecode.com/files/
@ -15,5 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
REPLACE_PYTHON+= boto/*/*.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"