- Update to bsd.java.mk 2.0
- Remove blank lines from pkg-plist [1] - Add $FreeBSD$ tag in pkg-plist - Remove redundant port name from COMMENT PR: 97853 Submitted by: hq Reported by: portlint [1] Approved by: maintainer timeout
This commit is contained in:
parent
77aca9f804
commit
d29f81308c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165280
@ -15,12 +15,13 @@ EXTRACT_SUFX= .jar
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= kij@imada.sdu.dk
|
||||
COMMENT= BlueJ is an integrated Java environment designed for introductory teaching
|
||||
COMMENT= Integrated Java environment designed for introductory teaching
|
||||
|
||||
IS_INTERACTIVE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_JAVA= 1.4+
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
|
||||
do-install:
|
||||
@${ECHO} Starting BlueJ graphical installer... Please install to default path of
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/bluej
|
||||
bluej/bluej
|
||||
bluej/examples/appletdemo/CaseConverter.java
|
||||
@ -354,7 +355,6 @@ bluej/lib/swedish/templates/newclass/unittest.tmpl
|
||||
bluej/lib/swedish/templates/readme.tmpl
|
||||
bluej/lib/swedish/templates/readmeexp.tmpl
|
||||
bluej/lib/userlib/README.TXT
|
||||
|
||||
@dirrm bluej/lib/userlib
|
||||
@dirrm bluej/lib/swedish/templates/newclass
|
||||
@dirrm bluej/lib/swedish/templates
|
||||
@ -411,4 +411,3 @@ bluej/lib/userlib/README.TXT
|
||||
@dirrm bluej/examples/appletdemo
|
||||
@dirrm bluej/examples
|
||||
@dirrm bluej
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user