summaryrefslogtreecommitdiff
path: root/java/jdk11/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-31 09:44:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-31 09:44:15 +0000
commit44860f639f0d59ca762ef93867c9497b9808c768 (patch)
tree7f8e31993f90219b5c9618843280ed9dbf7bcfc6 /java/jdk11/Makefile
parentUpdate to 0.1.33. I also smacked this port into using the system libintl (diff)
Create/remove share/java, share/java/classes and share/java/doc directories upon
install/uninstall, as it is outlined in Java Porters page (http://www.FreeBSD.org/java/docs/howtoports.html). Approved by: asami
Notes
Notes: svn path=/head/; revision=29014
Diffstat (limited to 'java/jdk11/Makefile')
-rw-r--r--java/jdk11/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
index 72eb66a593ef..63ef68f56879 100644
--- a/java/jdk11/Makefile
+++ b/java/jdk11/Makefile
@@ -34,5 +34,7 @@ do-install:
${MKDIR} ${PREFIX}/jdk${JDK_VERSION}
(cd ${WRKSRC} && ${TAR} -c -f - .) \
| (cd ${PREFIX}/jdk${JDK_VERSION} && ${TAR} --unlink -x -f -)
+ ${MKDIR} ${PREFIX}/share/java/classes
+ ${MKDIR} ${PREFIX}/share/doc/java
.include <bsd.port.post.mk>