summaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-09-17 07:11:41 +0000
committerobache <obache>2010-09-17 07:11:41 +0000
commit31ce25dd3bc88fcd7762d38a1bc93dc3c64c7a96 (patch)
tree3431d01818a5a9eed9f4285c30f6c792e64eea0f /lang/python26/Makefile
parent3f437ec5abc391a7cb5a7b6d75997641bd007b1b (diff)
downloadpkgsrc-31ce25dd3bc88fcd7762d38a1bc93dc3c64c7a96.tar.gz
Share distfile related information for each python variants with
srcdist.mk to make update simplicity.
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index b68f3f2a8d0..939cbc20a15 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2010/09/16 11:09:50 obache Exp $
+# $NetBSD: Makefile,v 1.29 2010/09/17 07:11:42 obache Exp $
-DISTNAME= Python-2.6.6
-PKGNAME= ${DISTNAME:S/Python/python26/}
+.include "dist.mk"
+
+PKGNAME= python26-${PY_DISTVERSION}
PKGREVISION= 2
CATEGORIES= lang python
-MASTER_SITES= http://www.python.org/ftp/python/${PKGVERSION_NOREV}/
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/
@@ -14,8 +13,6 @@ LICENSE= python-software-foundation
PKG_DESTDIR_SUPPORT= user-destdir
-# Remember to update pkgsrc/lang/python/srcdist.mk when version changes
-
CONFLICTS+= python-[0-9]*
GNU_CONFIGURE= yes