svn commit: r356167 - head/editors/yui

Antoine Brodin antoine at FreeBSD.org
Sun Jun 1 19:33:35 UTC 2014


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


More information about the svn-ports-head mailing list