diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-06 05:55:21 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-06 05:55:21 +0800 |
commit | 999ee2ab67119c436779b378d58e8d68eeb329a1 (patch) | |
tree | 933a12be38d2e5497d6b7cb45c7e430b5d45cde4 /textproc | |
parent | 3a61a8b6252a6a3450f063547fbf3b200d1cfdca (diff) | |
download | freebsd-ports-gnome-999ee2ab67119c436779b378d58e8d68eeb329a1.tar.gz freebsd-ports-gnome-999ee2ab67119c436779b378d58e8d68eeb329a1.tar.zst freebsd-ports-gnome-999ee2ab67119c436779b378d58e8d68eeb329a1.zip |
Use PORTCOMMENT variable instead of pkg-comment file.
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 |