mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
devel/git-cinnabar: unbreak build-as-user on 11.0
===> Configuring for git-cinnabar-0.4.0.b3.6 tar: Can't open `version': Permission denied tar: Error exit delayed from previous errors. Reported by: mat
This commit is contained in:
parent
b27f6a8b21
commit
96e97b47bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424133
@ -21,6 +21,7 @@ USES= gmake python:2.7,run shebangfix
|
||||
SHEBANG_LANG= python2.7
|
||||
SHEBANG_FILES= ${PORTNAME} git-remote-hg
|
||||
.ifnmake describe
|
||||
WRKSRC_git!= ${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git
|
||||
MAKE_ENV!= ${MAKE} -V MAKE_ENV -C ${PORTSDIR}/devel/git
|
||||
MAKE_ARGS!= ${MAKE} -V MAKE_ARGS -C ${PORTSDIR}/devel/git
|
||||
.endif
|
||||
@ -30,8 +31,7 @@ PORTDATA= *
|
||||
PORTDOCS= README.md
|
||||
|
||||
post-configure:
|
||||
@${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \
|
||||
${TAR} xof - -C${WRKSRC}/git-core
|
||||
@(cd ${WRKSRC_git} && ${COPYTREE_SHARE} . ${WRKSRC}/git-core)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user