summaryrefslogtreecommitdiff
path: root/java/java-checkstyle/files
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-11-25 03:28:11 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-11-25 03:28:11 +0000
commitaa70f494e3ad762a3f233d143167cec67a9ea416 (patch)
tree819534ee48fc02ce3afb617bc73a6163b3469c47 /java/java-checkstyle/files
parent- Fixed download location [1] (diff)
- Install 'checkstyle' launcher shell script [1]
- Update to bsd.java.mk 2.0 - Use USE_ANT - Cleanup unused variables - Do not try to remove JAVAJARDIR - Remove some sed magic in dynamic plist process (make will perform most of these substitutions) - Use PLIST_FILES and %%JAVAJARDIR%% to reduce plist build process - Bumped PORTREVISION as a new file is installed PR: ports/73284, java/43947 [1] Suggested by: znerd [1] Submitted by: me Approved by: maintainer
Notes
Notes: svn path=/head/; revision=122378
Diffstat (limited to 'java/java-checkstyle/files')
-rw-r--r--java/java-checkstyle/files/checkstyle.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/java-checkstyle/files/checkstyle.sh b/java/java-checkstyle/files/checkstyle.sh
new file mode 100644
index 000000000000..d3796e75e80e
--- /dev/null
+++ b/java/java-checkstyle/files/checkstyle.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# $FreeBSD$
+
+%%LOCALBASE%%/bin/java -cp "%%JAVAJARDIR%%/checkstyle.jar:%%JAVAJARDIR%%/checkstyle-optional.jar" com.puppycrawl.tools.checkstyle.Main "$@"