aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2002-11-19 22:59:19 +0000
committerMaho Nakata <maho@FreeBSD.org>2002-11-19 22:59:19 +0000
commit600e7439f0f3c54ebd4373fea3a8d23744e59ed9 (patch)
tree0f216ecf706d50d9934dbe8faaf2ccb82f4c4409 /science
parent38713a48bdbbabeffca297fd781dd973d17c83ff (diff)
downloadports-600e7439f0f3c54ebd4373fea3a8d23744e59ed9.tar.gz
ports-600e7439f0f3c54ebd4373fea3a8d23744e59ed9.zip
Change ${.CURDIR} to ${MASTERDIR} for slave ports.
Noticed by: sada Reviewed by: knu (mentor)
Notes
Notes: svn path=/head/; revision=70526
Diffstat (limited to 'science')
-rw-r--r--science/mpqc/Makefile2
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."