mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Remove unused LUA_COMPS
- Switch to options helpers - Fix plist Approved by: portmgr blanket
This commit is contained in:
parent
15636686f1
commit
58fde2add1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402844
@ -11,7 +11,6 @@ MAINTAINER= sunghyuk@gmail.com
|
||||
COMMENT= Lua scripting tool for Java
|
||||
|
||||
USES= gmake dos2unix lua:51
|
||||
LUA_COMPS= lua
|
||||
USE_JAVA= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
@ -43,7 +42,7 @@ do-install:
|
||||
${MKDIR} ${STAGEDIR}${JAVAJARDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/luajava-1.1.jar ${STAGEDIR}${JAVAJARDIR}
|
||||
|
||||
post-install:
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
%%JDK17%%%%PORTDOCS%%%%DOCSDIR%%/us/API/resources/tab.gif
|
||||
%%JDK17%%%%PORTDOCS%%%%DOCSDIR%%/us/API/resources/titlebar.gif
|
||||
%%JDK17%%%%PORTDOCS%%%%DOCSDIR%%/us/API/resources/titlebar_end.gif
|
||||
%%JDK17%%%%PORTDOCS%%%%DOCSDIR%%/us/API/script.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/us/API/serialized-form.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/us/API/stylesheet.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/us/examples.html
|
||||
|
Loading…
Reference in New Issue
Block a user