1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00: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:
Greg Lewis 2005-03-30 15:45:52 +00:00
parent 268b4bf864
commit 9606aa53d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132123

View File

@ -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