diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/jdk/Makefile | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/jdk/Makefile')
-rw-r--r-- | lang/jdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index 3e1accdd7a5..0f61be3e7fd 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/02/09 17:59:46 agc Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/17 09:07:16 agc Exp $ # VERSION= 1.1.8 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.quick.com.au/java/ +COMMENT= Sun's Java(tm) Development Kit CONFLICTS= blackdown-j* sun-j* |