mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Avoid the use of tar(1)'s --no-same-owner flag, which is not supported
by version 1.11.2 or earlier. This fixes installation on older systems prior to 4.7-RELEASE. PR: ports/42143 (no patch) Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
de22464a45
commit
a1898cd9f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76178
@ -70,14 +70,16 @@ APPENDIXDIR= ${PREFIX}/share/eb/appendix
|
|||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
cd ${WRKSRC}; autoconf
|
cd ${WRKSRC}; autoconf
|
||||||
|
${MKDIR} ${WRKDIR}/appendix
|
||||||
|
.for file in ${APPENDIXFILES}
|
||||||
|
${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \
|
||||||
|
${DISTDIR}/${DIST_SUBDIR}/${file}
|
||||||
|
.endfor
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for file in ${LISTFILES}
|
.for file in ${LISTFILES}
|
||||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.for file in ${APPENDIXFILES}
|
${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR}
|
||||||
${TAR} --no-same-owner --exclude CVS -C ${APPENDIXDIR} -zxmf\
|
|
||||||
${DISTDIR}/${DIST_SUBDIR}/${file}
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -62,14 +62,16 @@ APPENDIXDIR= ${PREFIX}/share/eb/appendix
|
|||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
cd ${WRKSRC} && ${RM} -rf zlib
|
cd ${WRKSRC} && ${RM} -rf zlib
|
||||||
|
${MKDIR} ${WRKDIR}/appendix
|
||||||
|
.for file in ${APPENDIXFILES}
|
||||||
|
${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \
|
||||||
|
${DISTDIR}/${DIST_SUBDIR}/${file}
|
||||||
|
.endfor
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for file in ${LISTFILES}
|
.for file in ${LISTFILES}
|
||||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.for file in ${APPENDIXFILES}
|
${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR}
|
||||||
${TAR} --no-same-owner --exclude CVS -C ${APPENDIXDIR} -zxmf\
|
|
||||||
${DISTDIR}/${DIST_SUBDIR}/${file}
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -70,14 +70,16 @@ APPENDIXDIR= ${PREFIX}/share/eb/appendix
|
|||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
cd ${WRKSRC}; autoconf
|
cd ${WRKSRC}; autoconf
|
||||||
|
${MKDIR} ${WRKDIR}/appendix
|
||||||
|
.for file in ${APPENDIXFILES}
|
||||||
|
${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \
|
||||||
|
${DISTDIR}/${DIST_SUBDIR}/${file}
|
||||||
|
.endfor
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for file in ${LISTFILES}
|
.for file in ${LISTFILES}
|
||||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.for file in ${APPENDIXFILES}
|
${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR}
|
||||||
${TAR} --no-same-owner --exclude CVS -C ${APPENDIXDIR} -zxmf\
|
|
||||||
${DISTDIR}/${DIST_SUBDIR}/${file}
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user