diff options
author | Maho Nakata <maho@FreeBSD.org> | 2002-11-19 22:59:19 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2002-11-19 22:59:19 +0000 |
commit | 600e7439f0f3c54ebd4373fea3a8d23744e59ed9 (patch) | |
tree | 0f216ecf706d50d9934dbe8faaf2ccb82f4c4409 | |
parent | Marked as broken if icc or linux_devtools are (diff) |
Change ${.CURDIR} to ${MASTERDIR} for slave ports.
Noticed by: sada
Reviewed by: knu (mentor)
Notes
Notes:
svn path=/head/; revision=70526
-rw-r--r-- | science/mpqc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index a1032e9ae6f7..39b1afbca649 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -37,7 +37,7 @@ USE_GMAKE= yes ALL_TARGET= # empty MPQC_COMMAND= ${PREFIX}/bin/mpqc -.include "${.CURDIR}/files/manpages" +.include "${MASTERDIR}/files/manpages" pre-configure: @${ECHO} "You can override and CFLAGS on the command line." |