diff options
author | archie <archie@FreeBSD.org> | 2005-11-29 22:36:42 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2005-11-29 22:36:42 +0800 |
commit | fccbfe1281fb3807db53ff51772f44705aecced2 (patch) | |
tree | 8c00aada6185c3703900f0a809bdaee44277f78d /java | |
parent | 8f7ccfd8b177fbf03bfe943aabbe8d705a41c3c8 (diff) | |
download | freebsd-ports-gnome-fccbfe1281fb3807db53ff51772f44705aecced2.tar.gz freebsd-ports-gnome-fccbfe1281fb3807db53ff51772f44705aecced2.tar.zst freebsd-ports-gnome-fccbfe1281fb3807db53ff51772f44705aecced2.zip |
Add missing files to pkglist.
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 104a2b5e4503..18751fa28727 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -29,6 +29,10 @@ USE_GMAKE= yes INFO= hacking vmintegration PLIST_FILES= lib/security/classpath.security +PLIST_FILES+= include/jni.h +PLIST_FILES+= include/jni_md.h +PLIST_FILES+= include/jawt.h +PLIST_FILES+= include/jawt_md.h .include <bsd.port.pre.mk> |