diff options
author | mva <mva@FreeBSD.org> | 2014-09-27 15:27:26 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-27 15:27:26 +0800 |
commit | bbe26fc53f94b1b74330de8c55d99e74b3a9d2fb (patch) | |
tree | 3ff5a764660abbc1ba9d9b4273afe90ca72c4566 /Mk/Uses | |
parent | 6378f297376f60daa627687f9edfdf820a109451 (diff) | |
download | freebsd-ports-gnome-bbe26fc53f94b1b74330de8c55d99e74b3a9d2fb.tar.gz freebsd-ports-gnome-bbe26fc53f94b1b74330de8c55d99e74b3a9d2fb.tar.zst freebsd-ports-gnome-bbe26fc53f94b1b74330de8c55d99e74b3a9d2fb.zip |
- Fix awk issue in add-plist-post, if python 3.x is the default
PR: 193966
Submitted by: corsmith@gmail.com
With hat: python@
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/python.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 0a378bfcb67c..b324652cf141 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -589,7 +589,6 @@ add-plist-post: /^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ /^@dirrmtry / {d = substr($$0, 11); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ {print} \ - END \ ' \ pc="__pycache__" mt="$$(${PYMAGICTAG})" \ ${TMPPLIST} > ${TMPPLIST}.pyc_tmp |