aboutsummaryrefslogtreecommitdiff
path: root/java/jlint/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-12-29 15:21:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-12-29 15:21:04 +0000
commit2006c82a68782a7cb62237f247b93513b4aa6073 (patch)
treeec39ce5f4ba7beec80acc8de2a15bc4d7f4ffeba /java/jlint/Makefile
parent79136f1c01c5a85c3e831b93b06b69c7ff4e74ed (diff)
downloadports-2006c82a68782a7cb62237f247b93513b4aa6073.tar.gz
ports-2006c82a68782a7cb62237f247b93513b4aa6073.zip
Notes
Diffstat (limited to 'java/jlint/Makefile')
-rw-r--r--java/jlint/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/jlint/Makefile b/java/jlint/Makefile
index 184662b814c0..1addcf09b8d9 100644
--- a/java/jlint/Makefile
+++ b/java/jlint/Makefile
@@ -6,13 +6,17 @@
#
PORTNAME= jlint
-PORTVERSION= 3.1
+PORTVERSION= 3.1.2
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java program analyzer and checker
+PLIST_FILES= bin/jlint \
+ bin/jlint.sh \
+ bin/antic
+
.if !defined(NOPORTDOCS)
PORTDOCS= manual.pdf
.endif