Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2015 12:10:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197324] editors/deforaos-editor: Update to 0.3.0
Message-ID:  <bug-197324-13-foWozUaQdN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197324-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197324-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197324

--- Comment #7 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197324-13-foWozUaQdN>