svn commit: r361942 - head/editors/yui
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 15:10:56 UTC 2014
Author: adamw
Date: Tue Jul 15 15:10:55 2014
New Revision: 361942
URL: http://svnweb.freebsd.org/changeset/ports/361942
QAT: https://qat.redports.org/buildarchive/r361942/
Log:
Remove unnecessary bsd.port.options.mk inclusion.
Modified:
head/editors/yui/Makefile
Modified: head/editors/yui/Makefile
==============================================================================
--- head/editors/yui/Makefile Tue Jul 15 15:09:58 2014 (r361941)
+++ head/editors/yui/Makefile Tue Jul 15 15:10:55 2014 (r361942)
@@ -18,15 +18,11 @@ MAKE_ENV+= LIBPATH=${PREFIX}/lib
BROKEN_sparc64= Does not compile on sparc64
-.include <bsd.port.options.mk>
-
post-install:
${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
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list