Fri May 27 23:52:05 2016 UTC ()
Use Makefile.common from textproc/libxml2


(pgoyette)
diff -r1.52 -r1.53 pkgsrc/textproc/py-libxml2/Makefile

cvs diff -r1.52 -r1.53 pkgsrc/textproc/py-libxml2/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-libxml2/Makefile 2016/05/27 10:37:18 1.52
+++ pkgsrc/textproc/py-libxml2/Makefile 2016/05/27 23:52:05 1.53
@@ -1,23 +1,19 @@ @@ -1,23 +1,19 @@
1# $NetBSD: Makefile,v 1.52 2016/05/27 10:37:18 pgoyette Exp $ 1# $NetBSD: Makefile,v 1.53 2016/05/27 23:52:05 pgoyette Exp $
 2
 3.include "../../textproc/libxml2/Makefile.common"
2 4
3DISTNAME= libxml2-2.9.4 
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 
6MASTER_SITES= ftp://xmlsoft.org/libxml2/ 
7#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.9/} 
8 6
9MAINTAINER= minskim@NetBSD.org 
10HOMEPAGE= http://xmlsoft.org/ 
11COMMENT= Python wrapper for libxml2 7COMMENT= Python wrapper for libxml2
12LICENSE= modified-bsd 8LICENSE= modified-bsd
13 9
14USE_GCC_RUNTIME= yes 10USE_GCC_RUNTIME= yes
15 11
16WRKSRC= ${WRKDIR}/${DISTNAME}/python 12WRKSRC= ${WRKDIR}/${DISTNAME}/python
17NO_CONFIGURE= YES 13NO_CONFIGURE= YES
18 14
19SUBST_CLASSES+= setup 15SUBST_CLASSES+= setup
20SUBST_MESSAGE.setup= Fixing hardcoded paths. 16SUBST_MESSAGE.setup= Fixing hardcoded paths.
21SUBST_STAGE.setup= pre-build 17SUBST_STAGE.setup= pre-build
22SUBST_FILES.setup= setup.py 18SUBST_FILES.setup= setup.py
23SUBST_SED.setup= -e "/ROOT/s,'/usr','${BUILDLINK_PREFIX.libxml2}',g" 19SUBST_SED.setup= -e "/ROOT/s,'/usr','${BUILDLINK_PREFIX.libxml2}',g"