diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-08-20 09:20:50 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-08-20 09:20:50 +0000 |
commit | 7a647ab8dbb0626fb36adeb8bfd9d55313c7ac31 (patch) | |
tree | 41ba194cc4ccb6aba0eb844bcf11ab47568f9bb3 /java/jlint/Makefile | |
parent | 0cc99c4700f560fface0fc4e06e0cdd800f8aeb2 (diff) |
Notes
Diffstat (limited to 'java/jlint/Makefile')
-rw-r--r-- | java/jlint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/jlint/Makefile b/java/jlint/Makefile index c304bddf245a..d6f5c4c92f99 100644 --- a/java/jlint/Makefile +++ b/java/jlint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jlint -PORTVERSION= 2.1 +PORTVERSION= 2.3 CATEGORIES= java MASTER_SITES= http://artho.com/jlint/ \ http://jollem.com/~ernst/ @@ -16,8 +16,6 @@ MAINTAINER= ernst@jollem.com PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} TARGET_DIR?= ${PREFIX}/bin -WRKSRC= ${WRKDIR}/${PORTNAME} - .include <bsd.port.pre.mk> do-install: |