mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Clean up all the .orig files from patching and do it in post-patch rather
than do-install. This fixes the packing list.
This commit is contained in:
parent
5fca0b0461
commit
764d167d8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117780
1 changed files with 3 additions and 1 deletions
|
@ -35,8 +35,10 @@ LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
|
|||
DISTFILES= jdk${JDK_VERSION}_ELF.V1999-11-9.tar.gz
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -name '*.orig' -delete
|
||||
|
||||
do-install:
|
||||
@${RM} -f ${WRKSRC}/include/freebsd/typedefs_md.h.orig
|
||||
${MKDIR} ${PREFIX}/jdk${JDK_VERSION}
|
||||
cd ${WRKSRC} && ${FIND} . \
|
||||
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
|
||||
|
|
Loading…
Add table
Reference in a new issue