aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-02-18 10:50:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-02-18 10:50:48 +0000
commit3d2b895bb7fa9b4a4a5226ea292672a23907aefd (patch)
treeceb2ad16df5a149e914d6dfa4ed4b2bac38d6e62 /textproc/hs-HaXml/Makefile
parent6cddd6d5040c394a8b8e6fa43409954782fa922e (diff)
downloadports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.tar.gz
ports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.zip
De-pkg-comment and make portlint a little bit happier.
Notes
Notes: svn path=/head/; revision=75793
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r--textproc/hs-HaXml/Makefile3
1 files changed, 2 insertions, 1 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