svn commit: r428273 - in head/java/jlint: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Dec 10 09:00:50 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list