diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:21:28 +0000 |
commit | a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/spfc/Makefile | |
parent | a486f11406b23d4578e07720dca416262225a087 (diff) | |
download | pkgsrc-a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/spfc/Makefile')
-rw-r--r-- | www/spfc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/spfc/Makefile b/www/spfc/Makefile index 87425c1d08e..6d1b66559c7 100644 --- a/www/spfc/Makefile +++ b/www/spfc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/22 14:23:26 jwise Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/17 17:22:37 wiz Exp $ DISTNAME= spfc-0.2.0 CATEGORIES= www @@ -6,6 +6,7 @@ MASTER_SITES= http://java.apache.org/spfc/dist/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://java.apache.org/ +COMMENT= Apache.org's Server Page Foundation Classes # yes, this needs _exactly_ version 2.0 DEPENDS+= jsdk-2.0:../../www/jsdk20 |