* Added DESTDIR Support
* Remove
This commit is contained in:
parent
5f16f98e89
commit
025e725011
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/05/22 15:38:47 tnn2 Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/03/24 10:10:00 jihbed Exp $
|
||||
|
||||
DISTNAME= rcsparse-0.0.0_20061004
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -9,9 +9,11 @@ MAINTAINER= peter.schuller@infidyne.com
|
|||
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/
|
||||
COMMENT= RCS parsing library for Python
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
LICENSE= corecode-license
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 25 24
|
||||
PYTHON_VERSIONS_ACCEPTED= 25
|
||||
PYDISTUTILSPKG= # yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
|
|
Loading…
Reference in a new issue