diff options
author | maho <maho@FreeBSD.org> | 2002-11-19 22:59:19 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2002-11-19 22:59:19 +0000 |
commit | 61978b5f424e757b5b27270a278e481a7fe0325c (patch) | |
tree | a2f1c417b1cb1e55e897d5b20ee6fbd960bfb283 /science/mpqc | |
parent | 5054ef8b78492b85dd761a4793eb8674e86ae989 (diff) | |
download | FreeBSD-ports-61978b5f424e757b5b27270a278e481a7fe0325c.zip FreeBSD-ports-61978b5f424e757b5b27270a278e481a7fe0325c.tar.gz |
Change ${.CURDIR} to ${MASTERDIR} for slave ports.
Noticed by: sada
Reviewed by: knu (mentor)
Diffstat (limited to 'science/mpqc')
-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 a1032e9..39b1afb 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." |