Date: Sun, 1 Jun 2014 19:33:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356167 - head/editors/yui Message-ID: <201406011933.s51JXZ4q037994@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jun 1 19:33:35 2014 New Revision: 356167 URL: http://svnweb.freebsd.org/changeset/ports/356167 QAT: https://qat.redports.org/buildarchive/r356167/ Log: Unbreak Reported by: pkg-fallout Modified: head/editors/yui/Makefile Modified: head/editors/yui/Makefile ============================================================================== --- head/editors/yui/Makefile Sun Jun 1 19:24:51 2014 (r356166) +++ head/editors/yui/Makefile Sun Jun 1 19:33:35 2014 (r356167) @@ -21,7 +21,7 @@ BROKEN_sparc64= Does not compile on spar .include <bsd.port.options.mk> post-install: - ${LN} -sf ${STAGEDIR}${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html + ${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html .if $(PORT_OPTIONS:MDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406011933.s51JXZ4q037994>