diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /java | |
parent | - Update to version 1.0 (diff) |
Tidy up whitespace.
Notes
Notes:
svn path=/head/; revision=106671
Diffstat (limited to 'java')
-rw-r--r-- | java/forte/Makefile | 2 | ||||
-rw-r--r-- | java/jboss2/Makefile | 4 | ||||
-rw-r--r-- | java/simplicity/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/java/forte/Makefile b/java/forte/Makefile index fab29d06ecae..5914b2872d97 100644 --- a/java/forte/Makefile +++ b/java/forte/Makefile @@ -20,7 +20,7 @@ COMMENT= A Sun's powerful and extensible IDE for Java USE_JAVA= 1.3+ JAVAVM= ${JAVA_HOME}/bin/java -RESTRICTED= "Restrictive license" +RESTRICTED= "Restrictive license" USE_XLIB= yes NO_BUILD= yes diff --git a/java/jboss2/Makefile b/java/jboss2/Makefile index 0b3416c43697..55668a6cb522 100644 --- a/java/jboss2/Makefile +++ b/java/jboss2/Makefile @@ -6,9 +6,9 @@ # PORTNAME= ${APP_TITLE:L} -PORTVERSION= 2.4.11 +PORTVERSION= 2.4.11 CATEGORIES= java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${APP_TITLE}-${PORTVERSION} diff --git a/java/simplicity/Makefile b/java/simplicity/Makefile index d4599ddad2d0..f085a7ea6ddb 100644 --- a/java/simplicity/Makefile +++ b/java/simplicity/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/jdk13 JDK13DIR?= ${LOCALBASE}/jdk1.3.1 JAVAVM= ${JDK13DIR}/bin/java -RESTRICTED= "Restrictive license" +RESTRICTED= "Restrictive license" USE_XLIB= yes USE_REINPLACE= yes NO_BUILD= yes |