Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
089da0c1
Commit
089da0c1
authored
Jan 15, 2020
by
antoine
Browse files
Fix packaging of some python ports after r523104
With hat: portmgr
parent
3b82e03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
089da0c1
...
...
@@ -535,7 +535,7 @@ _UNIQUE_FIND_SUFFIX_FILES= ${SED} -e 's|^${PREFIX}/||' ${TMPPLIST} 2>/dev/null
UNIQUE_FIND_SUFFIX_FILES
+=
${_UNIQUE_FIND_SUFFIX_FILES}
|
\
${EGREP}
-he
'^bin/.*$$|^sbin/.*$$|^libexec/.*$$'
UNIQUE_FIND_SUFFIX_MAN_FILES
+=
${_UNIQUE_FIND_SUFFIX_FILES}
|
\
${EGREP}
-he
'^man/man[1-9ln]/.*$$'
${EGREP}
-he
'^man/man[1-9ln]/.*$$
|^share/man/man[1-9ln]/.*$$
'
.
endif
# defined(_PYTHON_FEATURE_CONCURRENT)
_CURRENTPORT
:=
${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
...
...
@@ -592,6 +592,7 @@ add-plist-pymod:
@
${SED}
-e
's|^
${STAGEDIR}${PREFIX}
/||'
\
-e
's|^
${PREFIX}
/||'
\
-e
's|^\(man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|'
\
-e
's|^\(share/man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|'
\
-e
's|[[:alnum:]|[:space:]]*/\.\./*||g; s|/\./|/|g'
\
${_PYTHONPKGLIST}
|
${SORT}
>>
${TMPPLIST}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment