Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
1cbceb42
Commit
1cbceb42
authored
Mar 29, 2021
by
tobik
Browse files
devel/jline: Remove custom plist target
Output is basically the same as you'd get with makeplist.
parent
2f165f12
Changes
1
Hide whitespace changes
Inline
Side-by-side
devel/jline/Makefile
View file @
1cbceb42
...
...
@@ -40,17 +40,4 @@ do-install:
${INSTALL_DATA}
${FILESDIR}
/jython.sh
${STAGEDIR}${DOCSDIR}
/examples
.
endif
# Next rule is for maintainer use only: Automatically (re)create the pkg-plist.
plist
:
@
test
-e
${CONFIGURE_COOKIE}
||
{
\
${ECHO_MSG}
>
&2
"do 'make configure' first!"
;
exit
64
;
}
${ECHO_CMD}
"%%JAVAJARDIR%%/jline-
${PORTVERSION}
.jar"
>
${PLIST}
${ECHO_CMD}
"%%JAVAJARDIR%%/jline.jar"
>>
${PLIST}
(
\
cd
${WRKSRC}
||
exit
;
\
${FIND}
./apidocs ./examples
-type
f |
${SORT}
;
\
${ECHO_CMD}
"./examples/JLineCompleter.py"
;
\
${ECHO_CMD}
"./examples/jython.sh"
;
\
)
|
${SED}
-e
's/\.\//%%DOCSDIR%%\//'
-e
's/^/%%PORTDOCS%%/'
>>
${PLIST}
.
include
<bsd.port.mk>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment