diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-12 03:27:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-12 03:27:30 +0000 |
commit | cbd4fa03fe53e440ce3c0c693d9e6ba995ac685e (patch) | |
tree | 9e64092e33f15768428f6b437f99370f6a276175 /net/jsch | |
parent | 509df48716ce31f7a532e818ac1020f00d9a930b (diff) |
Notes
Diffstat (limited to 'net/jsch')
-rw-r--r-- | net/jsch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/jsch/Makefile b/net/jsch/Makefile index b0bbbd4f13df..09ef6466e296 100644 --- a/net/jsch/Makefile +++ b/net/jsch/Makefile @@ -16,8 +16,7 @@ USE_ANT= yes PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar -NO_STAGE= yes do-install: - @${INSTALL_DATA} ${WRKSRC}/dist/lib/*.jar ${JAVAJARDIR}/${PORTNAME}.jar + @${INSTALL_DATA} ${WRKSRC}/dist/lib/*.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .include <bsd.port.mk> |