mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Better separate extracting and patching
- Minor textual nit in comment
This commit is contained in:
parent
b1650bcf68
commit
4384aa7dd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215111
@ -40,7 +40,7 @@ PLIST_SUB+= MAPPACK="@comment "
|
||||
.endif
|
||||
|
||||
.if !(defined(WITHOUT_CLIENT) && defined(WITHOUT_SDL_CLIENT))
|
||||
# Loads libraries on run-time, thus RUN_DEPENDS
|
||||
# Loads libraries at run-time, thus RUN_DEPENDS
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
${LOCALBASE}/lib/libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
${LOCALBASE}/lib/libpng.so:${PORTSDIR}/graphics/png \
|
||||
@ -71,9 +71,11 @@ PLIST_SUB+= SERVER=""
|
||||
PLIST_SUB+= SERVER="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
post-extract:
|
||||
@${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20080511.zip \
|
||||
-d ${WRKDIR}/Nexuiz/sources
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-build:
|
||||
|
@ -40,7 +40,7 @@ PLIST_SUB+= MAPPACK="@comment "
|
||||
.endif
|
||||
|
||||
.if !(defined(WITHOUT_CLIENT) && defined(WITHOUT_SDL_CLIENT))
|
||||
# Loads libraries on run-time, thus RUN_DEPENDS
|
||||
# Loads libraries at run-time, thus RUN_DEPENDS
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
${LOCALBASE}/lib/libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
${LOCALBASE}/lib/libpng.so:${PORTSDIR}/graphics/png \
|
||||
@ -71,9 +71,11 @@ PLIST_SUB+= SERVER=""
|
||||
PLIST_SUB+= SERVER="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
post-extract:
|
||||
@${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20080511.zip \
|
||||
-d ${WRKDIR}/Nexuiz/sources
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-build:
|
||||
|
Loading…
Reference in New Issue
Block a user