From ee27b6e61d098de11f93aa594ee6d3dd3cad0038 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Thu, 21 Jul 2011 03:02:05 +0000 Subject: - Make noportexamples compliant. Approved by: maho (mentor) --- math/bamg/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/bamg') diff --git a/math/bamg/Makefile b/math/bamg/Makefile index 4bfa51c9b821..a4262d40d99b 100644 --- a/math/bamg/Makefile +++ b/math/bamg/Makefile @@ -49,6 +49,8 @@ post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.pdf ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif +.if !defined(NOPORTEXAMPLES) .for exdir in ${EXDIRS} @${MKDIR} ${EXAMPLESDIR}/${exdir} @${INSTALL_DATA} ${WRKSRC}/examples/${exdir}/* ${EXAMPLESDIR}/${exdir} -- cgit v1.2.3