aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-05 19:10:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-05 19:11:32 +0000
commit703aba48b720e02a38ae9f17bc1d00e5d79c5eff (patch)
treea1c393a0d941e504e9557bda62c5e99386b7be6a /cad
parentb107d06a6a22b120cb96d8febb00f8c4d56f7749 (diff)
downloadports-703aba48b720e02a38ae9f17bc1d00e5d79c5eff.tar.gz
ports-703aba48b720e02a38ae9f17bc1d00e5d79c5eff.zip
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
Diffstat (limited to 'cad')
-rw-r--r--cad/surelog/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index dcd033c4ec87..8b7e874d1c73 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -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: