mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,
but sometimes leaves in)
This commit is contained in:
parent
3b10183596
commit
c70b262241
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77119
3 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,8 @@ do-build:
|
|||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
|
||||
|
||||
post-build:
|
||||
@# XXX make sure that SwingSet2/resources does not exists
|
||||
@${RM} -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources
|
||||
@# This file serves no purpose (in case of port)
|
||||
@${RM} -f ${JDKIMAGEDIR}/src.zip
|
||||
|
||||
|
|
|
@ -141,6 +141,8 @@ do-build:
|
|||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
|
||||
|
||||
post-build:
|
||||
@# XXX make sure that SwingSet2/resources does not exists
|
||||
@${RM} -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources
|
||||
@# This file serves no purpose (in case of port)
|
||||
@${RM} -f ${JDKIMAGEDIR}/src.zip
|
||||
|
||||
|
|
|
@ -141,6 +141,8 @@ do-build:
|
|||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
|
||||
|
||||
post-build:
|
||||
@# XXX make sure that SwingSet2/resources does not exists
|
||||
@${RM} -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources
|
||||
@# This file serves no purpose (in case of port)
|
||||
@${RM} -f ${JDKIMAGEDIR}/src.zip
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue