mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Respect LOCALBASE and X11BASE
Reported by: flz
This commit is contained in:
parent
0b543fbafa
commit
f5c1b2f02b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187441
@ -51,7 +51,9 @@ IGNORE= needs round(3), which appears in 5.3 or later
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/configure -e \
|
||||
's|/usr/local|${LOCALBASE}|g' -e 's|/usr/X11R6|${X11BASE}|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
Loading…
Reference in New Issue
Block a user