Date: Sat, 06 Jun 2015 05:02:08 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 200666] net/avahi-gtk: Error creating symlinks for man page in Makefile Message-ID: <bug-200666-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: admin@vladiom.com.ua Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200666-6497>