diff options
author | obraun <obraun@FreeBSD.org> | 2003-02-18 18:50:48 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-02-18 18:50:48 +0800 |
commit | 5c930981640eacc34cddc383261352beea046dcf (patch) | |
tree | 7bd8fe7cc7c57b78a7df48cf2a38ad6725b2f217 /textproc/hs-haxml | |
parent | 3c4a343a3d0f4203bf4ed41419ad4b0cb21460f9 (diff) | |
download | freebsd-ports-gnome-5c930981640eacc34cddc383261352beea046dcf.tar.gz freebsd-ports-gnome-5c930981640eacc34cddc383261352beea046dcf.tar.zst freebsd-ports-gnome-5c930981640eacc34cddc383261352beea046dcf.zip |
De-pkg-comment and make portlint a little bit happier.
Diffstat (limited to 'textproc/hs-haxml')
-rw-r--r-- | textproc/hs-haxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/hs-haxml/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 94eea0998ee9..b7e4a40ec536 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -10,10 +10,11 @@ PORTREVISION= 0 CATEGORIES= textproc haskell MASTER_SITES= http://www.haskell.org/HaXml/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ -DISTNAME= HaXml-${PORTVERSION} PKGNAMEPREFIX= hs- +DISTNAME= HaXml-${PORTVERSION} MAINTAINER= obraun@FreeBSD.org +COMMENT= A collection of utilities for using Haskell and XML together .if !defined(WITHOUT_NHC98) BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 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 |