diff options
author | maho <maho@FreeBSD.org> | 2007-02-10 13:46:37 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-10 13:46:37 +0800 |
commit | b4d5ce502d5f7617170d7f6a6efd5d218c074d6f (patch) | |
tree | 1ce4a7d65cc5c2e8e7032fef4081780fb4dcbbef /science/mpqc | |
parent | b849dc065b1b07b0de8db0e88f3b0acc056dae21 (diff) | |
download | freebsd-ports-gnome-b4d5ce502d5f7617170d7f6a6efd5d218c074d6f.tar.gz freebsd-ports-gnome-b4d5ce502d5f7617170d7f6a6efd5d218c074d6f.tar.zst freebsd-ports-gnome-b4d5ce502d5f7617170d7f6a6efd5d218c074d6f.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.
Diffstat (limited to 'science/mpqc')
-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: |