diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-07-21 03:02:05 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-07-21 03:02:05 +0000 |
commit | ee27b6e61d098de11f93aa594ee6d3dd3cad0038 (patch) | |
tree | d27305d281e22357bf76b43466fbcfae82739953 /math/bamg | |
parent | de1199c64ca2f923574180d9e4343005e92209fa (diff) |
Notes
Diffstat (limited to 'math/bamg')
-rw-r--r-- | math/bamg/Makefile | 2 |
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} |