[Bug 200666] net/avahi-gtk: Error creating symlinks for man page in Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 6 05:02:09 UTC 2015


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

            Bug ID: 200666
           Summary: net/avahi-gtk: Error creating symlinks for man page in
                    Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: admin at vladiom.com.ua
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

In Makefile creating broken symlinks for man page:

post-install:
        @(cd ${WRKSRC}/avahi-discover-standalone; \
                ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE}
${MAKE_ARGS} ${INSTALL_TARGET})
        ${LN} -sf man/man1/bssh.1 ${STAGEDIR}${PREFIX}/man/man1/bvnc.1
        ${LN} -sf man/man1/bssh.1 ${STAGEDIR}${PREFIX}/man/man1/bshell.1
        @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavahi-ui.so.0

Need delete "man/man1/" for the "bvnc.1" and "bshell.1".

Something like that:
        ${LN} -sf bssh.1 ${STAGEDIR}${PREFIX}/man/man1/bvnc.1
        ${LN} -sf bssh.1 ${STAGEDIR}${PREFIX}/man/man1/bshell.1

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


More information about the freebsd-gnome mailing list