1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Respect LOCALBASE and X11BASE

Reported by:	flz
This commit is contained in:
Jose Alonso Cardenas Marquez 2007-03-15 15:53:34 +00:00
parent 0b543fbafa
commit f5c1b2f02b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187441

View File

@ -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)