[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / python27

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/lang/python27/Makefile between version 1.7 and 1.12

version 1.7, 2011/09/16 19:17:52 version 1.12, 2012/03/05 08:23:24
Line 3 
Line 3 
 .include "dist.mk"  .include "dist.mk"
   
 PKGNAME=        python27-${PY_DISTVERSION}  PKGNAME=        python27-${PY_DISTVERSION}
   PKGREVISION=    2
 CATEGORIES=     lang python  CATEGORIES=     lang python
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
Line 74  PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:
Line 75  PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:
 .endif  .endif
 PLIST_SUBST+=   PY_PLATNAME=${PY_PLATNAME:Q}  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") || \  .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "amd64") || \
     (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "x86_64") || \      (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "x86_64") || \
     (defined(ABI) && ${ABI} == "64")      (defined(ABI) && ${ABI} == "64")

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>