[Bug 197323] www/deforaos-surfer : Update to 0.2.7 (and fix break)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 5 10:53:07 UTC 2015


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

--- Comment #4 from John Marino <marino at FreeBSD.org> ---
(In reply to olivier from comment #3)
The warning offers two ways how to fix them.

BEST WAY) If the vendor makefile has the install-strip target, add this line to
the port makefile "INSTALL_TARGET=install-strip"

backup way) add a post-install target and use ${STRIP_CMD} to manually strip
the binary in the stage dir.  Use grep on the ports tree, there are probably
hundreds of examples of this.

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


More information about the freebsd-ports-bugs mailing list