Convert to buildlink3. Use ${PYSITELIB} in PLIST.
This commit is contained in:
parent
56e6482395
commit
76fe55120c
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 06:22:46 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/05/02 21:51:10 blef Exp $
|
||||
|
||||
DISTNAME= pyRXP-0-9
|
||||
PKGNAME= ${PYPKGPREFIX}-rxp-0.9
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Validating XML parser for Python
|
|||
|
||||
WRKSRC= ${WRKDIR}
|
||||
MAKE_ENV+= LIBERROR=0
|
||||
USE_BUILDLINK2= YES
|
||||
USE_BUILDLINK3= YES
|
||||
PYDISTUTILSPKG= YES
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/02 06:22:46 xtraeme Exp $
|
||||
lib/python2p2/site-packages/pyRXP.so
|
||||
@comment $NetBSD: PLIST,v 1.2 2004/05/02 21:51:10 blef Exp $
|
||||
${PYSITELIB}/pyRXP.so
|
||||
|
|
Loading…
Reference in a new issue