mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Add stage support
This commit is contained in:
parent
7a20e4e35a
commit
a61df90f29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334700
@ -20,7 +20,6 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
DATADIR= ${Q1DIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
# Remove CVS directories
|
||||
@${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf
|
||||
@ -28,8 +27,8 @@ post-extract:
|
||||
@${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
${CP} -a ${WRKSRC}/dpmod/* ${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${CP} -a ${WRKSRC}/dpmod/* ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include "${.CURDIR}/../quake-data/Makefile.include"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user