remove hard DESTDIR and add REPLACE_PYTHON
This commit is contained in:
parent
10de3cec11
commit
99cbf05993
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/10/16 06:31:41 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/04/18 00:56:41 mspo Exp $
|
||||
#
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
|
@ -11,8 +11,10 @@ MAINTAINER= manu@NetBSD.org
|
|||
HOMEPAGE= http://quixote.ca/
|
||||
COMMENT= Framework for writing Python web application
|
||||
|
||||
PKG_DESTDIR_SUPPORT= destdir
|
||||
#PKG_DESTDIR_SUPPORT= destdir
|
||||
REPLACE_PYTHON+= setup.py quixote/server/*.py quixote/test/*.py quixote/ptl/*.py
|
||||
REPLACE_PYTHON+= quixote/demo/*.py
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue