Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 23:57:32 +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: r358477 - head/shells/p5-Term-ShellUI
Message-ID:  <201406192357.s5JNvW1H029560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Jun 19 23:57:32 2014
New Revision: 358477
URL: http://svnweb.freebsd.org/changeset/ports/358477
QAT: https://qat.redports.org/buildarchive/r358477/

Log:
  NOPORTEXAMPLES :(

Modified:
  head/shells/p5-Term-ShellUI/Makefile

Modified: head/shells/p5-Term-ShellUI/Makefile
==============================================================================
--- head/shells/p5-Term-ShellUI/Makefile	Thu Jun 19 23:55:15 2014	(r358476)
+++ head/shells/p5-Term-ShellUI/Makefile	Thu Jun 19 23:57:32 2014	(r358477)
@@ -17,12 +17,11 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
+OPTIONS_DEFINE=	EXAMPLES
+
 post-install:
-.if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	(cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
 		fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR})
-.endif
 
 .include <bsd.port.mk>



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