aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-08-22 02:30:08 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-08-22 02:30:08 +0000
commit3dfe050739ba695fe5c01d47e706d070769892b5 (patch)
treea96a1bbfef5caccb56547110803c16253a0a7476 /java
parent0a6d17f526f0b9b5443d58bdf878a03a5fd230af (diff)
Notes
Diffstat (limited to 'java')
-rw-r--r--java/netty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/netty/Makefile b/java/netty/Makefile
index d176ccfc4f03..a4655bd1adb3 100644
--- a/java/netty/Makefile
+++ b/java/netty/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe tar:bzip2
USE_JAVA= yes
+
CPE_VENDOR= netty_project
JAVA_VERSION= 8+
NO_BUILD= yes
@@ -43,7 +44,7 @@ do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${DOCSDIR}
.endfor
.for FILE in ${DOCFILES}
- @${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>