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/japhar | |
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/japhar')
-rw-r--r-- | lang/japhar/Makefile | 3 | ||||
-rw-r--r-- | lang/japhar/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index 3d4a7fbae7a..bc69078e8a0 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/14 22:17:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 09:07:14 agc Exp $ # DISTNAME= japhar-0.08 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.japhar.org/pub/hungry/japhar/source/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.japhar.org/ +COMMENT= Java Virtual Machine, currently JDK 1.1.5-level ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD diff --git a/lang/japhar/pkg/COMMENT b/lang/japhar/pkg/COMMENT deleted file mode 100644 index 111e65bf8bc..00000000000 --- a/lang/japhar/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Java Virtual Machine, currently JDK 1.1.5-level |