summaryrefslogtreecommitdiff
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
parentBetter pkg-plist generation, making octave and octave-forge more (diff)
- Make noportexamples compliant.
Approved by: maho (mentor)
Notes
Notes: svn path=/head/; revision=278062
-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}