diff options
author | obache <obache@pkgsrc.org> | 2014-01-24 12:42:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-24 12:42:52 +0000 |
commit | 977f9b898598ef41623529fefa1f119655903292 (patch) | |
tree | be7d5ea53d20426f948c1a54f7d11d71d410c7a0 /mk/plist | |
parent | 7ff137fcf76bcb27f9d30cd362724c0a4662dd1f (diff) | |
download | pkgsrc-977f9b898598ef41623529fefa1f119655903292.tar.gz |
Move PY_PEP3147 specific PRINT_PLIST handling from common mk/plist/print-plist.mk
to lang/python/extension.mk, handling reverse way.
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/print-plist.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/plist/print-plist.mk b/mk/plist/print-plist.mk index 55b0d6bfc41..bbc0ae82d84 100644 --- a/mk/plist/print-plist.mk +++ b/mk/plist/print-plist.mk @@ -1,4 +1,4 @@ -# $NetBSD: print-plist.mk,v 1.25 2014/01/18 19:48:57 wiz Exp $ +# $NetBSD: print-plist.mk,v 1.26 2014/01/24 12:42:52 obache Exp $ ### ### Automatic PLIST generation @@ -29,9 +29,6 @@ _PRINT_PLIST_AWK_SUBST+= \ gsub("^${PKGGNUDIR:S/\/$$//}/", "gnu/"); \ gsub("^${PKGINFODIR}/", "info/"); \ gsub("^${PKGMANDIR}/", "man/"); -# for Python packages -_PRINT_PLIST_AWK_SUBST+= gsub(/__pycache__\//, ""); -_PRINT_PLIST_AWK_SUBST+= gsub(/\.cpython-[0-9]+/, "") _PRINT_PLIST_AWK_SUBST+=} |