diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/sun-jre13 | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile | 3 | ||||
-rw-r--r-- | lang/sun-jre13/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index e4b3e6886bb..0980a6a9f70 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/18 00:36:55 tv Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:33 agc Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -10,6 +10,7 @@ EXTRACT_SUFX= .bin MAINTAINER= tv@netbsd.org HOMEPAGE= http://java.sun.com/ +COMMENT= Sun's Java(tm) Runtime Environment 1.3.0 DEPENDS= suse_x11-*:../../emulators/suse_x11 diff --git a/lang/sun-jre13/pkg/COMMENT b/lang/sun-jre13/pkg/COMMENT deleted file mode 100644 index 6dbdb13dc39..00000000000 --- a/lang/sun-jre13/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Sun's Java(tm) Runtime Environment 1.3.0 |