diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-03-30 15:45:52 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-03-30 15:45:52 +0000 |
commit | 9606aa53d08b407e9827601411893791e8a6af7b (patch) | |
tree | 4015f6dda9ccc7866b02abd77fa586564e84eed1 /java | |
parent | . Unbreak by updating to 1.2.2. (diff) |
. 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)
Notes
Notes:
svn path=/head/; revision=132123
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk14/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index ccab2f26af0d..62a52c479798 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -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 |