svn commit: r509573 - head/java/netty

Greg Lewis glewis at FreeBSD.org
Thu Aug 22 02:30:09 UTC 2019


Author: glewis
Date: Thu Aug 22 02:30:08 2019
New Revision: 509573
URL: https://svnweb.freebsd.org/changeset/ports/509573

Log:
  Pet portlint

Modified:
  head/java/netty/Makefile

Modified: head/java/netty/Makefile
==============================================================================
--- head/java/netty/Makefile	Thu Aug 22 02:14:14 2019	(r509572)
+++ head/java/netty/Makefile	Thu Aug 22 02:30:08 2019	(r509573)
@@ -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>


More information about the svn-ports-all mailing list