diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:31:58 +0000 |
commit | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /textproc/fop | |
parent | a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed (diff) | |
download | pkgsrc-ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 3 | ||||
-rw-r--r-- | textproc/fop/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index d01e3bbb939..2b440a5086f 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/19 23:14:50 jwise Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 17:37:23 wiz Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -11,6 +11,7 @@ MASTER_SITES= http://xml.apache.org/dist/fop/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://xml.apache.org/fop/ +COMMENT= the Apache Project's XSL Formatting Objects implementation USE_JAVA= yes NO_PATCH= diff --git a/textproc/fop/pkg/COMMENT b/textproc/fop/pkg/COMMENT deleted file mode 100644 index c5ca86c29f6..00000000000 --- a/textproc/fop/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -the Apache Project's XSL Formatting Objects implementation |