diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-02-10 05:46:37 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-02-10 05:46:37 +0000 |
commit | 774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a (patch) | |
tree | 240eacbccdfa280ff16d5d933bb5303f3c3fa256 /science | |
parent | c669f36894ba1f6cd2c9f0b032f49a93dd22bebb (diff) | |
download | ports-774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a.tar.gz ports-774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a.zip |
Somehow the documents are not generated on pointyhat build.
To see how it works, generation of the documents is moved
to post-build section.
Notes
Notes:
svn path=/head/; revision=184748
Diffstat (limited to 'science')
-rw-r--r-- | science/mpqc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index d4990b5cf1d5..d9681e99ffa5 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -49,6 +49,7 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:259 +ALL_TARGET= #empty WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 @@ -96,10 +97,9 @@ CXXFLAGS+= -O2 -ffast-math pre-configure: @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -do-build: - @cd ${WRKSRC} ; ${GMAKE} +post-build: .if !defined(NOPORTDOCS) - @cd ${WRKSRC}/doc ; ${GMAKE} + cd ${WRKSRC}/doc ; ${GMAKE} .endif do-install: |