cvs commit: ports/sysutils/screen Makefile pkg-plist ports/sysutils/screen/ (fwd)

Pan Tsu inyaoo at gmail.com
Thu May 5 18:33:49 UTC 2011


Cy Schubert <Cy.Schubert at komquats.com> writes:

[...]
> +.if defined(WITH_KOI8U)
> +EXTRA_PATCHES+= `${ECHO} ${FILESDIR}/opt-koi8u-*`
> +PLIST_FILES+=	%%DATADIR%%/utf8encodings/a3
> +.endif

${ECHO} is "true" when make(1) is invoked in -s (silent) mode.
That's why PM recommends using ${ECHO_CMD}/${ECHO_MSG} instead.


More information about the freebsd-ports mailing list