diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 21:55:21 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 21:55:21 +0000 |
commit | fba1cd9964e5bc4ae694933236944baa7a04a7e7 (patch) | |
tree | aa2a3f71e559138dd3cbbbe1e1c357b46a5ce64f /textproc | |
parent | Add in a new patch file missed on initial commit. (diff) |
Use PORTCOMMENT variable instead of pkg-comment file.
Notes
Notes:
svn path=/head/; revision=69551
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 1 | ||||
-rw-r--r-- | textproc/hs-HaXml/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/hs-haxml/Makefile | 1 | ||||
-rw-r--r-- | textproc/hs-haxml/pkg-comment | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 7c50bd0aa83b..880e99918e10 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -7,6 +7,7 @@ PORTNAME= haxml PORTVERSION= 1.07b PORTREVISION= 0 +PORTCOMMENT= A collection of utilities for using Haskell and XML together CATEGORIES= textproc MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ diff --git a/textproc/hs-HaXml/pkg-comment b/textproc/hs-HaXml/pkg-comment deleted file mode 100644 index 6702cd978164..000000000000 --- a/textproc/hs-HaXml/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A collection of utilities for using Haskell and XML together diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 7c50bd0aa83b..880e99918e10 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -7,6 +7,7 @@ PORTNAME= haxml PORTVERSION= 1.07b PORTREVISION= 0 +PORTCOMMENT= A collection of utilities for using Haskell and XML together CATEGORIES= textproc MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ diff --git a/textproc/hs-haxml/pkg-comment b/textproc/hs-haxml/pkg-comment deleted file mode 100644 index 6702cd978164..000000000000 --- a/textproc/hs-haxml/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A collection of utilities for using Haskell and XML together |