Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/lang/python27/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/lang/python27/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.12 diff -u -p -r1.10 -r1.12 --- pkgsrc/lang/python27/Makefile 2012/01/18 14:00:30 1.10 +++ pkgsrc/lang/python27/Makefile 2012/03/05 08:23:24 1.12 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2012/01/18 14:00:30 adam Exp $ +# $NetBSD: Makefile,v 1.12 2012/03/05 08:23:24 sbd Exp $ .include "dist.mk" PKGNAME= python27-${PY_DISTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang python MAINTAINER= pkgsrc-users@NetBSD.org @@ -75,6 +75,10 @@ PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION: .endif PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:Q} +.if ${PY_PLATNAME} == "linux2" +PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.Linux2 +.endif + .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "amd64") || \ (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "x86_64") || \ (defined(ABI) && ${ABI} == "64")