mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
. Unbreak the packing list by adding explicit PLIST_FILES/PLIST_DIRS for
files that are generated by the post-install script (which runs after the dynamic packing list has been generated). Approved by: portmgr (krion), phantom (maintainer)
This commit is contained in:
parent
268b4bf864
commit
9606aa53d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132123
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ MAKE_ENV+= NO_PLUGIN="YES" \
|
|||
.endif
|
||||
ALL_TARGET= all
|
||||
|
||||
PLIST_FILES= jdk${JDK_VERSION}/jre/.systemPrefs/.system.lock \
|
||||
jdk${JDK_VERSION}/jre/.systemPrefs/.systemRootModFile
|
||||
PLIST_DIRS= jdk${JDK_VERSION}/jre/.systemPrefs
|
||||
|
||||
JDKIMAGEDIR= ${WRKSRC}/../build/bsd-i586/j2sdk-image
|
||||
JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i586/j2sdk-debug-image
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue