aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-07-21 03:02:05 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-07-21 03:02:05 +0000
commitee27b6e61d098de11f93aa594ee6d3dd3cad0038 (patch)
treed27305d281e22357bf76b43466fbcfae82739953 /math
parentde1199c64ca2f923574180d9e4343005e92209fa (diff)
downloadports-ee27b6e61d098de11f93aa594ee6d3dd3cad0038.tar.gz
ports-ee27b6e61d098de11f93aa594ee6d3dd3cad0038.zip
- Make noportexamples compliant.
Approved by: maho (mentor)
Notes
Notes: svn path=/head/; revision=278062
Diffstat (limited to 'math')
-rw-r--r--math/bamg/Makefile2
1 files changed, 2 insertions, 0 deletions
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}