aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-04-24 10:26:05 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-04-24 10:26:05 +0000
commit8f733c55c271db95ad310e684dd67b6de749bb32 (patch)
tree69afdbf3cba946d0c9fe437d6ac2e187e60f1238 /science
parent9b1c458a2a61c0a351032f21a7f5e7087fc110d2 (diff)
downloadports-8f733c55c271db95ad310e684dd67b6de749bb32.tar.gz
ports-8f733c55c271db95ad310e684dd67b6de749bb32.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/abinit/Makefile4
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