mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Stagify
Cleanup
This commit is contained in:
parent
9a93b78ef2
commit
fbb240d356
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329308
@ -15,21 +15,15 @@ USE_LDCONFIG= yes
|
||||
USE_XZ= yes
|
||||
USES= gmake pathfix
|
||||
|
||||
MAKE_ARGS= EXEEXT=x
|
||||
|
||||
PORTDOCS= README README.libtextcat TODO
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
PLIST_SUB+= EXEEXT='x'
|
||||
MAKE_ARGS= EXEEXT=x
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
check:
|
||||
cd ${WRKSRC}/src && make check
|
||||
|
Loading…
Reference in New Issue
Block a user