[Bug 215953] benchmarks/sipp: Makefile has wrong path to sipp.1 in Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 10 22:43:55 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215953

            Bug ID: 215953
           Summary: benchmarks/sipp: Makefile has wrong path to sipp.1 in
                    Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: farrokhi at FreeBSD.org
          Reporter: bsd at guggemand.dk
             Flags: maintainer-feedback?(farrokhi at FreeBSD.org)
          Assignee: farrokhi at FreeBSD.org

# make install
===>  Staging for sipp-3.5.1
===>   Generating temporary packing list
install  -s -m 555 /usr/ports/benchmarks/sipp/work/sipp-3.5.1/sipp
/usr/ports/benchmarks/sipp/work/stage/usr/local/bin
install  -m 444 /usr/ports/benchmarks/sipp/work/sipp-3.5.1/sipp.1
/usr/ports/benchmarks/sipp/work/stage/usr/local/man/man1
install: /usr/ports/benchmarks/sipp/work/sipp-3.5.1/sipp.1: No such file or
directory
*** Error code 71

Stop.
make[1]: stopped in /usr/ports/benchmarks/sipp
*** Error code 1

Stop.
make: stopped in /usr/ports/benchmarks/sipp


Changing the following in Makefile fixes it

-       ${INSTALL_MAN} ${WRKSRC}/sipp.1 ${STAGEDIR}${PREFIX}/man/man1
+       ${INSTALL_MAN} ${WRKSRC}/include/sipp.1 ${STAGEDIR}${PREFIX}/man/man1

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


More information about the freebsd-ports-bugs mailing list