Created attachment 195122 [details] Correct makefile variable in post-install Included patch corrects variable name in the NO_PYTHON branch of post-install and allows ldb build to complete. ---- /bin/rm -f /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/ rm: /wrkdirs/usr/ports/databases/ldb/work/stage/usr/local/: is a directory *** Error code 1 Stop. make: stopped in /usr/ports/databases/ldb ----
Thanks for spotting this! I guess this was result of the incomplete fix for the portlint, which doesn't like bare word `file` in the Makefile. So I've changed your patch a bit - use 'f' instead of 'file' all around.