summaryrefslogtreecommitdiff
path: root/mk/plist/print-plist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/plist/print-plist.mk')
-rw-r--r--mk/plist/print-plist.mk5
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+=}