1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Change ${.CURDIR} to ${MASTERDIR} for slave ports.

Noticed by: sada
Reviewed by: knu (mentor)
This commit is contained in:
Maho Nakata 2002-11-19 22:59:19 +00:00
parent 38713a48bd
commit 600e7439f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70526

View File

@ -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."