mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix typos from options conversion
This commit is contained in:
parent
579c40e83f
commit
51f8e1354a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319541
@ -110,7 +110,7 @@ test-compile: depends clean-depends build
|
||||
|
||||
.ifmake test-demo
|
||||
test-demo: clean depends clean-depends build
|
||||
.if ${PORT_OPTIONS:MCII) && ${PORT_OPTIONS:MEXAMPLES}
|
||||
.if ${PORT_OPTIONS:MCII} && ${PORT_OPTIONS:MEXAMPLES}
|
||||
cd ${WRKDIR}/${DEMODIR} && ${MAKE} ASDLGEN=${WRKSRC}/src/sml/asdlGen
|
||||
.else
|
||||
@${ECHO_CMD} "You have to set the CII and EXAMPLES options"
|
||||
|
@ -79,7 +79,7 @@ Q3BIN+= q3ded
|
||||
PLIST_SUB+= DEDICATED="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGAMELIBS) || !defined(HAVE_VM_COMPILED}
|
||||
.if ${PORT_OPTIONS:MGAMELIBS} || !defined(HAVE_VM_COMPILED)
|
||||
MAKE_ENV+= GAMELIBS=YES
|
||||
PLIST_SUB+= GAMELIBS=""
|
||||
.else
|
||||
@ -111,7 +111,7 @@ do-install:
|
||||
.for bin in ${Q3BIN}
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/release/${bin} ${PREFIX}/bin
|
||||
.endfor
|
||||
.if ${PORT_OPTIONS:MGAMELIBS) || !defined(HAVE_VM_COMPILED}
|
||||
.if ${PORT_OPTIONS:MGAMELIBS} || !defined(HAVE_VM_COMPILED)
|
||||
.for dir in baseq3 missionpack
|
||||
${MKDIR} ${LIBDIR}/${dir}
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/release/${dir}/*.so ${LIBDIR}/${dir}
|
||||
|
Loading…
Reference in New Issue
Block a user