[Bug 197324] editors/deforaos-editor: Update to 0.3.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 5 12:10:22 UTC 2015


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

--- Comment #7 from John Marino <marino at FreeBSD.org> ---
as in the other PR, please change:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/filter

to

    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/filter

or even better:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \
        ${STAGEDIR}${PREFIX}/bin/filter


Installation command *cannot* be masked.

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


More information about the freebsd-ports-bugs mailing list