Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 15:10:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361942 - head/editors/yui
Message-ID:  <201407151510.s6FFAtpI020991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407151510.s6FFAtpI020991>