Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 09:00:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428273 - in head/java/jlint: . files
Message-ID:  <201612100900.uBA90nlW055792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Dec 10 09:00:49 2016
New Revision: 428273
URL: https://svnweb.freebsd.org/changeset/ports/428273

Log:
  - Add LICENSE
  - Switch to options helpers
  - Regenerate patches

Modified:
  head/java/jlint/Makefile
  head/java/jlint/files/patch-Makefile

Modified: head/java/jlint/Makefile
==============================================================================
--- head/java/jlint/Makefile	Sat Dec 10 07:11:22 2016	(r428272)
+++ head/java/jlint/Makefile	Sat Dec 10 09:00:49 2016	(r428273)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java program analyzer and checker
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_GCC=	yes
 
 PLIST_FILES=	bin/jlint \
@@ -26,7 +29,9 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/jlint ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/antic ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/jlint.sh ${STAGEDIR}${PREFIX}/bin
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/manual.pdf ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/java/jlint/files/patch-Makefile
==============================================================================
--- head/java/jlint/files/patch-Makefile	Sat Dec 10 07:11:22 2016	(r428272)
+++ head/java/jlint/files/patch-Makefile	Sat Dec 10 09:00:49 2016	(r428273)
@@ -1,5 +1,5 @@
---- Makefile.orig	Wed Jan 14 17:23:41 2004
-+++ Makefile	Thu Oct 28 14:17:10 2004
+--- Makefile.orig	2011-01-11 02:35:54 UTC
++++ Makefile
 @@ -3,8 +3,8 @@
  # Makefile for Unix and GNU/Linux with gcc/g++ compiler
  # Edit here:
@@ -11,7 +11,7 @@
  
  # Hints:
  # if you use egcs-2.90.* version of GCC please add option -fno-exceptions 
-@@ -20,7 +20,7 @@
+@@ -20,7 +20,7 @@ CPP=g++
  
  # Optimized version
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612100900.uBA90nlW055792>