Get Makefile.kde relative to current dir, since PORTSDIR may not be defined

at the time of the include.
This commit is contained in:
Alan Eldridge 2002-09-11 14:38:30 +00:00
parent 2c4113ab50
commit c12d138c76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66140
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ USE_GMAKE= yes
CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
pre-configure:
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs

View File

@ -30,7 +30,7 @@ USE_GMAKE= yes
CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
pre-configure:
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs

View File

@ -30,7 +30,7 @@ USE_GMAKE= yes
CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
pre-configure:
cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs