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