[Bug 278344] misc/deco cannot be reinstalled with portmaster

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Apr 2024 09:21:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278344

            Bug ID: 278344
           Summary: misc/deco cannot be reinstalled with portmaster
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: major12@gmail.com

Port misc/deco cannot be reinstalled with portmaster. 

The error is:
===>   Generating temporary packing list
install  -s -m 555 deco /usr/ports/misc/deco/work/stage/usr/local/bin
cd help; for f in *.general *.edit *.view *.hexview; do install  -m 0644 $f
/usr/ports/misc/deco/work/stage/usr/local/share/deco/help/$f; done
install: /usr/ports/misc/deco/work/stage/usr/local/share/deco/help/d.general:
No such file or directory
*** Error code 71

Folders deco and deco/help do not exist in work/stage/usr/local/share/ so
install fails.

Looks like make targets were not executed
$(libdir)/deco:
                mkdir $(libdir)/deco 
$(libdir)/deco/help:
                mkdir $(libdir)/deco/help  

At the same time "make reinstall" from port directory works ok.
Just install when no misc/deco was installed also works ok.

Reproduce steps: run "portmaster misc/deco" two times.

-- 
You are receiving this mail because:
You are the assignee for the bug.