diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-04-24 10:26:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-04-24 10:26:05 +0000 |
commit | 8f733c55c271db95ad310e684dd67b6de749bb32 (patch) | |
tree | 69afdbf3cba946d0c9fe437d6ac2e187e60f1238 /science | |
parent | 9b1c458a2a61c0a351032f21a7f5e7087fc110d2 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index fde4f646a1b5..3a6022cb1786 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -56,10 +56,10 @@ LAPACK= -llapack pre-configure: .if defined(NOPORTDOCS) - ${REINPLACE_CMD} -e '/^SUBDIRS =/s| doc||' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf .endif .if defined(NOPORTEXAMPLES) - ${REINPLACE_CMD} -e '/^SUBDIRS =/s| tests||' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf .endif (cd ${WRKSRC} && ./config/scripts/makemake) ${CHMOD} a+x ${WRKSRC}/bindings/parser/*.py |