mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
games/quake2-xatrix: support stage
This commit is contained in:
parent
4bd7513447
commit
1f2e9c45ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360479
@ -19,7 +19,6 @@ SUB_FILES= pkg-message
|
||||
PLIST_FILES= %%Q2DIR%%/${PORTNAME}/game.so
|
||||
PLIST_DIRS= %%Q2DIR%%/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@cd ${WRKDIR} && uncompress -c ${DISTDIR}/${DISTFILES} | \
|
||||
@ -32,13 +31,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's/__linux__/__unix__/' ${WRKSRC}/q_shared.[ch]
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${Q2DIR}/${PORTNAME}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/game.so ${Q2DIR}/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_CMD}
|
||||
@${MKDIR} ${STAGEDIR}${Q2DIR}/${PORTNAME}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/game.so ${STAGEDIR}${Q2DIR}/${PORTNAME}
|
||||
|
||||
.include "${.CURDIR}/../quake2-data/Makefile.include"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user