diff options
author | asami <asami@FreeBSD.org> | 1998-07-28 05:57:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-28 05:57:17 +0800 |
commit | 33a232a9eff13ae0931e281fb98f1d9d92987023 (patch) | |
tree | ff4567fb7ddd5ef8468000db36e68166a8aeee9a /java | |
parent | 8f33985214c3d780407fe39fb3ca69b8330ee5b9 (diff) | |
download | freebsd-ports-gnome-33a232a9eff13ae0931e281fb98f1d9d92987023.tar.gz freebsd-ports-gnome-33a232a9eff13ae0931e281fb98f1d9d92987023.tar.zst freebsd-ports-gnome-33a232a9eff13ae0931e281fb98f1d9d92987023.zip |
Portlint....
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk/Makefile | 4 | ||||
-rw-r--r-- | java/jdk11/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile index e2e5f0a18cae..595ab592dc1c 100644 --- a/java/jdk/Makefile +++ b/java/jdk/Makefile @@ -3,12 +3,11 @@ # Date created: Feb, 8, 1998 # Whom: Martin Cracauer <cracauer@cons.org> # -# $Id: Makefile,v 1.11 1998/06/27 05:19:08 asami Exp $ +# $Id: Makefile,v 1.12 1998/07/27 10:29:45 cracauer Exp $ # DISTNAME= jdk1.1.6.V98-7-21 PKGNAME= jdk-1.1.6 -WRKSRC= ${WRKDIR}/jdk1.1.6 CATEGORIES= lang devel MASTER_SITES= http://www.freebsd.org/java/ @@ -16,6 +15,7 @@ MAINTAINER= cracauer@freebsd.org NO_CDROM= "License doesn't allow distribution with fee" +WRKSRC= ${WRKDIR}/jdk1.1.6 NO_BUILD= yes do-install: diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile index e2e5f0a18cae..595ab592dc1c 100644 --- a/java/jdk11/Makefile +++ b/java/jdk11/Makefile @@ -3,12 +3,11 @@ # Date created: Feb, 8, 1998 # Whom: Martin Cracauer <cracauer@cons.org> # -# $Id: Makefile,v 1.11 1998/06/27 05:19:08 asami Exp $ +# $Id: Makefile,v 1.12 1998/07/27 10:29:45 cracauer Exp $ # DISTNAME= jdk1.1.6.V98-7-21 PKGNAME= jdk-1.1.6 -WRKSRC= ${WRKDIR}/jdk1.1.6 CATEGORIES= lang devel MASTER_SITES= http://www.freebsd.org/java/ @@ -16,6 +15,7 @@ MAINTAINER= cracauer@freebsd.org NO_CDROM= "License doesn't allow distribution with fee" +WRKSRC= ${WRKDIR}/jdk1.1.6 NO_BUILD= yes do-install: |