mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark MAKE_JOBS_UNSAFE: compilation fails with link errors here with -j8. Seems to be a race between ranlib call and use of a static library
- Drop @dirrm* from plist Approved by: portmgr blanket
This commit is contained in:
parent
8b2b9d3a6b
commit
f82b5b51d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378254
2 changed files with 2 additions and 5 deletions
|
@ -21,6 +21,8 @@ SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/}
|
|||
|
||||
PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
do-configure:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|%%PREFIX%%|${PREFIX}|' \
|
||||
|
|
|
@ -247,8 +247,3 @@ man/man1/netwox%%SHORTPORTVERSION%%.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%/tools/222.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tools/223.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tools/index.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/tools
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue