mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
unbreak if PORTSDIR is not set explicitly.
PR: 31465 Submitted by: chkno@dork.com, roam
This commit is contained in:
parent
115c4eb090
commit
3fb197a41a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49166
@ -26,6 +26,8 @@ USE_BZIP2= yes
|
|||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
MAKE_ENV= TOP="${FREETYPE_WRKSRC}"
|
MAKE_ENV= TOP="${FREETYPE_WRKSRC}"
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
|
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
|
||||||
|
|
||||||
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
|
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
|
||||||
@ -33,4 +35,4 @@ FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
|
|||||||
do-install:
|
do-install:
|
||||||
@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
|
@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user