mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
cad/surelog: Fix build by removing package directrory
This is a workaround for the yet unsolved problem that surelog silently fails to create package files. Reported by: fallout
This commit is contained in:
parent
b107d06a6a
commit
703aba48b7
1 changed files with 5 additions and 4 deletions
|
@ -63,10 +63,11 @@ TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools
|
|||
|
||||
PORTSCOUT= limit:^.*[0-9]\.[0-9] # prevent tags like 'show'
|
||||
|
||||
post-install: # workaround for https://github.com/chipsalliance/Surelog/issues/3596
|
||||
@${RMDIR} \
|
||||
${STAGEDIR}${DATADIR}/pkg/work \
|
||||
${STAGEDIR}${DATADIR}/pkg \
|
||||
post-install:
|
||||
# workaround for https://github.com/chipsalliance/Surelog/issues/3965
|
||||
# - surelog fails to create package files on some systems, and succeeds on others
|
||||
# - so we remove this directory altogether for now
|
||||
@${RM} -r \
|
||||
${STAGEDIR}${DATADIR}
|
||||
|
||||
post-test:
|
||||
|
|
Loading…
Add table
Reference in a new issue