pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-libxml2 Use Makefile.common from textproc/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/896d700c365b
branches:  trunk
changeset: 347718:896d700c365b
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Fri May 27 23:52:05 2016 +0000

description:
Use Makefile.common from textproc/libxml2

diffstat:

 textproc/py-libxml2/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (20 lines):

diff -r a2223648e7a7 -r 896d700c365b textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Fri May 27 23:51:10 2016 +0000
+++ b/textproc/py-libxml2/Makefile      Fri May 27 23:52:05 2016 +0000
@@ -1,13 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2016/05/27 10:37:18 pgoyette Exp $
+# $NetBSD: Makefile,v 1.53 2016/05/27 23:52:05 pgoyette Exp $
 
-DISTNAME=      libxml2-2.9.4
+.include "../../textproc/libxml2/Makefile.common"
+
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    textproc python
-MASTER_SITES=  ftp://xmlsoft.org/libxml2/
-#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.9/}
 
-MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://xmlsoft.org/
 COMMENT=       Python wrapper for libxml2
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index